aboutsummaryrefslogtreecommitdiff
path: root/src/pp/static/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/pp/static/index.html')
-rw-r--r--src/pp/static/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pp/static/index.html b/src/pp/static/index.html
index a245b6b..d8cb014 100644
--- a/src/pp/static/index.html
+++ b/src/pp/static/index.html
@@ -18,6 +18,7 @@
<body style="padding:0; margin:0; overflow:hidden;">
<canvas id="canvas"></canvas>
+ <script src="/highscore.js"></script>
<script src="/pp/templates.js"></script>
<script src="/pp/main.js"></script>
<div style="display: none">
@@ -29,6 +30,11 @@
<img src="/pp/tiles/5.png" id="img5">
<img src="/pp/tiles/6.png" id="img6">
<img src="/pp/tiles/7.png" id="img7">
+ <img src="/pp/tiles/8.png" id="img8">
+ <img src="/pp/tiles/9.png" id="img9">
+ <img src="/pp/tiles/10.png" id="img10">
+ <img src="/pp/tiles/11.png" id="img11">
+
</div>
</body>