diff options
-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"> |