diff options
| author | Mel <mel@rnrd.eu> | 2025-08-22 02:41:54 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-08-22 02:41:54 +0200 |
| commit | 053dcf87674a3c75245f87ee69beab197e8fb7a8 (patch) | |
| tree | 0c7aef4fcb1061220ddb5be41bae60c1bd2e85d7 /assets | |
| parent | 8a296d3aedd41558feb00626aa743b0fea774ef2 (diff) | |
| download | network-053dcf87674a3c75245f87ee69beab197e8fb7a8.tar.zst network-053dcf87674a3c75245f87ee69beab197e8fb7a8.zip | |
Add goatcounter tracker script to base renard HTML
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/goat.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/goat.html b/assets/goat.html new file mode 100644 index 0000000..6c35598 --- /dev/null +++ b/assets/goat.html @@ -0,0 +1,9 @@ + +<!-- some super low-stakes analytics! (yeah i wanna know if anyone sees this) --> +<script> + window.goatcounter = { path: p => { return location.host + p; } } +</script> +<script data-goatcounter="https://goat.rnrd.eu/count" async src="//goat.rnrd.eu/count.js"></script> +<noscript> + <img src="https://goat.rnrd.eu/count?p=/"> +</noscript> |
