From ac119c0adf3ccd17d5962eacfa9617e857a7de99 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 3 Mar 2025 11:36:59 +0100 Subject: first version works --- index.html | 269 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 269 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..4cd6576 --- /dev/null +++ b/index.html @@ -0,0 +1,269 @@ + + + + + + + Morse Code Game + + + + + +

Morse Code Game

+ +
+

Click the button below to start the game and initialize audio

+ +
+ +
+
+
Score: 0 / 0
+ + +
+ + + + +
+ + +
+ +
+ + +
+
+ + + + + \ No newline at end of file -- cgit v1.3.1