Update index.html

This commit is contained in:
Piotr Siuszko 2025-10-13 10:40:49 +02:00
parent dd1a60aa4f
commit 0c97482270
1 changed files with 6 additions and 0 deletions

View File

@ -137,6 +137,12 @@
<!-- the id is hardcoded in main.rs . so, make sure both match. --> <!-- the id is hardcoded in main.rs . so, make sure both match. -->
<canvas id="the_canvas_id"></canvas> <canvas id="the_canvas_id"></canvas>
<script
data-goatcounter="https://mevlyshkin.goatcounter.com/count"
data-goatcounter-settings='{"path": "/rpack"}'
async
src="//zgo.at/count.js"
></script>
<!--Register Service Worker. this will cache the wasm / js scripts for offline use (for PWA functionality). --> <!--Register Service Worker. this will cache the wasm / js scripts for offline use (for PWA functionality). -->
<!-- Force refresh (Ctrl + F5) to load the latest files instead of cached files --> <!-- Force refresh (Ctrl + F5) to load the latest files instead of cached files -->
<!--<script> <!--<script>