Skip to content

Commit 6ca840b

Browse files
committed
Add Goat Counter
1 parent f87f770 commit 6ca840b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

wasm/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,17 @@
8585
}
8686
});
8787
</script>
88+
89+
<script data-goatcounter="https://mevlyshkin.goatcounter.com/count"
90+
async src="//gc.zgo.at/count.js"></script>
91+
<script>
92+
var t = setInterval(function() {
93+
if (window.goatcounter && window.goatcounter.visit_count) {
94+
clearInterval(t)
95+
window.goatcounter.visit_count({path: 'slavic_castles_game'})
96+
}
97+
}, 100)
98+
</script>
8899
</body>
89100

90101
</html>

0 commit comments

Comments
 (0)