From 5ef37401cf60bc61baeb6aa506d15dbc9c1d2419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Mogu=C3=A9rou?= Date: Tue, 26 Dec 2023 20:52:51 +0100 Subject: [PATCH] chantier --- .gitignore | 1 + santa_graph.html | 169 ++++++++++++++++++++++++++++++++++++++++++++++ secret_santa.html | 163 +------------------------------------------- 3 files changed, 172 insertions(+), 161 deletions(-) create mode 100644 .gitignore create mode 100644 santa_graph.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..faa06e2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.old diff --git a/santa_graph.html b/santa_graph.html new file mode 100644 index 0000000..220b580 --- /dev/null +++ b/santa_graph.html @@ -0,0 +1,169 @@ + + + + + + Graphe du Secret Santa + D3.js Interactive Cycle Graph with Alternating Curved Arrows + + + + + + + + + diff --git a/secret_santa.html b/secret_santa.html index 220b580..566549b 100644 --- a/secret_santa.html +++ b/secret_santa.html @@ -2,168 +2,9 @@ - - Graphe du Secret Santa - D3.js Interactive Cycle Graph with Alternating Curved Arrows - - + Title - - - + \ No newline at end of file