From 50f8669f133530b5e7691e31c4a528d66215a30e Mon Sep 17 00:00:00 2001 From: Axel Date: Mon, 21 Oct 2024 15:31:59 +0200 Subject: [PATCH] Ajout initiale --- score.html | 130 ++++++++++++++++++++++++++++++++++++++++++++++++ score.txt | 1 + start_score.bat | 1 + 3 files changed, 132 insertions(+) create mode 100644 score.html create mode 100644 score.txt create mode 100644 start_score.bat diff --git a/score.html b/score.html new file mode 100644 index 0000000..2b9563c --- /dev/null +++ b/score.html @@ -0,0 +1,130 @@ + + + + + + Scoreboard + + + + +
+
0
+
Joueur 1
+ +
+ +
Joueur 2
+
0
+
+ + + + diff --git a/score.txt b/score.txt new file mode 100644 index 0000000..7a6b2ae --- /dev/null +++ b/score.txt @@ -0,0 +1 @@ +Joueur A,1,3,Joueur B \ No newline at end of file diff --git a/start_score.bat b/start_score.bat new file mode 100644 index 0000000..69a4f71 --- /dev/null +++ b/start_score.bat @@ -0,0 +1 @@ +python -m http.server 8000