The newest version of Freakybob.site: built from the ground up (twice!)

counter?

Changed files
+7
site
+7
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 63 <footer> 63 64 <p><b>2025 Freakybob Team. Licensed under GPL-3.0!</b></p> 64 65 <p><b>Content hosted on Squidward Community College or its forums are not controlled by us.</b></p> ··· 93 94 window.goatcounter = { 94 95 path: function(p) { return location.host + p } 95 96 } 97 + var t = setInterval(function() { 98 + if (window.goatcounter && window.goatcounter.visit_count) { 99 + clearInterval(t) 100 + window.goatcounter.visit_count({append: 'counter'}) 101 + } 102 + }, 100) 96 103 </script> 97 104 <script data-goatcounter="https://freakybob.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script> 98 105 </body>