mirror of https://github.com/Leinnan/rpack.git
Update index.html
This commit is contained in:
parent
dd1a60aa4f
commit
0c97482270
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue