Added a tracking snippet from swetrix
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 17s

This commit is contained in:
BlueFox 2025-03-11 16:14:55 +01:00
parent 4b49aadd93
commit a4561837c4
Signed by: BlueFox
GPG Key ID: 327233DA85435270

View File

@ -177,6 +177,20 @@
headline = document.getElementById("headline"); headline = document.getElementById("headline");
headline.innerText = greetings[Math.floor(Math.random() * greetings.length)]; headline.innerText = greetings[Math.floor(Math.random() * greetings.length)];
</script> </script>
<script src="https://swetrix.privacynerd.de/script.js" defer></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
swetrix.init('DUEDdhVtZGL5', {apiURL: 'https://swetrix.privacynerd.de/api/log',})
swetrix.trackViews()
})
</script>
<noscript>
<img
src="https://swetrix.privacynerd.de/api/log/noscript?pid=DUEDdhVtZGL5"
alt=""
referrerpolicy="no-referrer-when-downgrade"
/>
</noscript>
</body> </body>
</html> </html>