Remove GA from 404
All checks were successful
ci / build-image (push) Successful in 16s

This commit is contained in:
Jonathan Cremin 2025-05-29 19:56:08 +01:00
parent 4eaf31ad3e
commit 0be7ae8820

View file

@ -32,22 +32,5 @@
<a href="https://crem.in">Jonathan Cremin</a>
</footer>
</div>
<script>
var _gaq = [
["_setAccount", "UA-66209-5"],
["_trackPageview"],
["_trackPageLoadTime"],
];
(function (d, t) {
var g = d.createElement(t),
s = d.getElementsByTagName(t)[0];
g.async = 1;
g.src =
("https:" == location.protocol ? "//ssl" : "//www") +
".google-analytics.com/ga.js";
s.parentNode.insertBefore(g, s);
})(document, "script");
</script>
</body>
</html>