+3
-3
site/index.html
+3
-3
site/index.html
···
59
59
<a href="images.html"><button>Image Gallery</button></a><br>
60
60
<a href="activities.html"><button>Activities</button></a><br>
61
61
<a href="https://squidwardcc.org/"><button>[partner]: squidward community college</button></a>
62
-
<p><b id="counter" class="counter"></b></p>
62
+
<p id="counter" class="counter"></p>
63
63
<footer>
64
64
<p><b>2025 Freakybob Team. Licensed under GPL-3.0!</b></p>
65
65
<p><b>Content hosted on Squidward Community College or its forums are not controlled by us.</b></p>
···
89
89
});
90
90
}
91
91
</script>
92
+
<script data-goatcounter="https://freakybob.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
92
93
<script src="typewriter/typewriter.js"></script>
93
94
<script>
94
95
window.goatcounter = {
···
97
98
var t = setInterval(function() {
98
99
if (window.goatcounter && window.goatcounter.visit_count) {
99
100
clearInterval(t)
100
-
window.goatcounter.visit_count({append: 'counter'})
101
+
window.goatcounter.visit_count({append: '#counter'})
101
102
}
102
103
}, 100)
103
104
</script>
104
-
<script data-goatcounter="https://freakybob.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
105
105
</body>
106
106
</html>