Added a tracking snippet from swetrix
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 17s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 17s
This commit is contained in:
parent
4b49aadd93
commit
a4561837c4
@ -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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user