Paweł Łaba
commited on
Commit
·
a791313
1
Parent(s):
7a8cd21
poprawa funkcji reset
Browse files- public/index.html +2 -2
public/index.html
CHANGED
@@ -15,10 +15,10 @@
|
|
15 |
</div>
|
16 |
|
17 |
|
18 |
-
<script src="./static/script.js?r=
|
19 |
|
20 |
<footer>
|
21 |
-
<a href="
|
22 |
</footer>
|
23 |
</body>
|
24 |
</html>
|
|
|
15 |
</div>
|
16 |
|
17 |
|
18 |
+
<script src="./static/script.js?r=5" defer></script>
|
19 |
|
20 |
<footer>
|
21 |
+
<a href="static/games_data.json" download="games_data.json">nowe dane</a>
|
22 |
</footer>
|
23 |
</body>
|
24 |
</html>
|