aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2022-03-27 23:06:05 +0200
committerMaksymilian Jopek <maks@jopek.eu>2022-03-27 23:06:05 +0200
commit6b08c641e9ad1f3b1c7ecc626efc0ee34d3d6925 (patch)
tree52a77c928e527125c752fdc2fec5d1809ea43818 /index.html
parentab750d05a2eb580067e51c26032ff24358834d0b (diff)
downloadboules-6b08c641e9ad1f3b1c7ecc626efc0ee34d3d6925.tar.gz
boules-6b08c641e9ad1f3b1c7ecc626efc0ee34d3d6925.tar.zst
boules-6b08c641e9ad1f3b1c7ecc626efc0ee34d3d6925.zip
v0.1.0 - Game without ending
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/index.html b/index.html
index b70056b..1204c96 100644
--- a/index.html
+++ b/index.html
@@ -9,6 +9,14 @@
</head>
<body>
+ <header>
+ <div id="next">
+ <div></div>
+ <div></div>
+ <div></div>
+ </div>
+ <h3>Points: <span>0</span></h3>
+ </header>
<table>
</table>
<div id="app"></div>