aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2022-04-21 13:44:38 +0200
committerMaksymilian Jopek <maks@jopek.eu>2022-04-21 15:55:51 +0200
commitca7f97e765024b3ba279f2c4485e28add7b7e1a7 (patch)
treef696510846b2654151ba99aebafcf5bb5445e254 /index.html
parent6b08c641e9ad1f3b1c7ecc626efc0ee34d3d6925 (diff)
downloadboules-ca7f97e765024b3ba279f2c4485e28add7b7e1a7.tar.gz
boules-ca7f97e765024b3ba279f2c4485e28add7b7e1a7.tar.zst
boules-ca7f97e765024b3ba279f2c4485e28add7b7e1a7.zip
v1.0.0
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/index.html b/index.html
index 1204c96..6728dd0 100644
--- a/index.html
+++ b/index.html
@@ -15,11 +15,13 @@
<div></div>
<div></div>
</div>
- <h3>Points: <span>0</span></h3>
+ <div>
+ <h3>Points: <span>0</span></h3>
+ </div>
+ <div id="funny"></div>
</header>
<table>
</table>
- <div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>