diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2022-04-21 13:44:38 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2022-04-21 15:55:51 +0200 |
| commit | ca7f97e765024b3ba279f2c4485e28add7b7e1a7 (patch) | |
| tree | f696510846b2654151ba99aebafcf5bb5445e254 /index.html | |
| parent | 6b08c641e9ad1f3b1c7ecc626efc0ee34d3d6925 (diff) | |
| download | boules-ca7f97e765024b3ba279f2c4485e28add7b7e1a7.tar.gz boules-ca7f97e765024b3ba279f2c4485e28add7b7e1a7.tar.zst boules-ca7f97e765024b3ba279f2c4485e28add7b7e1a7.zip | |
v1.0.0
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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> |
