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

test

Changed files
+7 -7
site
+7 -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 id="counter" class="counter"></p> 62 + <iframe href="https://freakybob.goatcounter.com/counter/.html"></iframe> 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> ··· 95 95 window.goatcounter = { 96 96 path: function(p) { return location.host + p } 97 97 } 98 - var t = setInterval(function() { 99 - if (window.goatcounter && window.goatcounter.visit_count) { 100 - clearInterval(t) 101 - window.goatcounter.visit_count({append: '#counter'}) 102 - } 103 - }, 100) 98 + //var t = setInterval(function() { 99 + // if (window.goatcounter && window.goatcounter.visit_count) { 100 + // clearInterval(t) 101 + // window.goatcounter.visit_count({append: '#counter'}) 102 + // } 103 + //}, 100) 104 104 </script> 105 105 </body> 106 106 </html>