Compare commits

..

2 Commits

Author SHA1 Message Date
Valentin Moguérou 5c8a9e5a02 Merge remote-tracking branch 'origin/dev' into dev
# Conflicts:
#	secret_santa.html
2023-12-24 23:42:20 +01:00
Valentin Moguérou ceb25249e0 Ajout du graphe Secret Santa 2023-12-24 23:41:46 +01:00
1 changed files with 4 additions and 0 deletions

View File

@ -3,7 +3,11 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<<<<<<< HEAD
<title>Graphe du Secret Santa</title>
=======
<title>D3.js Interactive Cycle Graph with Alternating Curved Arrows</title>
>>>>>>> origin/dev
<script src="https://d3js.org/d3.v5.min.js"></script>
<style>
body, html {