diff options
author | Thomas Voss <thomasvoss@live.com> | 2022-01-01 19:08:05 +0100 |
---|---|---|
committer | Thomas Voss <thomasvoss@live.com> | 2022-01-01 19:08:05 +0100 |
commit | 8e211d967a8b384ae482aafd9e0280ac943c6f8b (patch) | |
tree | 5e266614b8b56b1698a31778862a6de22ed0ea92 /src | |
parent | f01f15cb8dce4737a6c8669b3c952db25a0f8bb9 (diff) |
Add some score HTML
Diffstat (limited to 'src')
-rw-r--r-- | src/game.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/game.html b/src/game.html index 4f8d308..22437e8 100644 --- a/src/game.html +++ b/src/game.html @@ -9,6 +9,12 @@ </head> <body> <div class="container left"> + <!-- <div id="score"> --> + <!-- <p>+0</p> --> + <!-- <img src=path> --> + <!-- <p>+0</p> --> + <!-- <img src=path> --> + <!-- </div> --> <!-- The draughts board is represented using a table, the outer table allows us to have the fancy spaced-out table border. --> <table id="outer-board"> |