From 53acd91cf3bc4c5a8873e5eeb0afb4eb998934c7 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 1 Jan 2022 19:03:10 +0100 Subject: Reorganize files, and add lots of CSS All images have been moved to img/ All source code has been moved to src/ The game.html page now has a draughts board, a vertical seperator, an imcomplete move history table, a resign button, and a move history title. --- src/game.html | 198 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 198 insertions(+) create mode 100644 src/game.html (limited to 'src/game.html') diff --git a/src/game.html b/src/game.html new file mode 100644 index 0000000..4f8d308 --- /dev/null +++ b/src/game.html @@ -0,0 +1,198 @@ + + + + + + + + Draughts + + +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

Move History

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
837-3222-28
7
6
5
4
3
2
1
+ +
+

Resign

+
+
+
+ + -- cgit v1.2.3