diff options
author | Alan Pearce | 2024-04-24 18:01:15 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-24 18:01:15 +0200 |
commit | bbfe6055609c4e7401f27d3dd4a5aa9c0a5242d6 (patch) | |
tree | e81aefa6234cd5205638a7e7e6a4890285070ecd /templates | |
parent | d2a1791fa01fcf4316f80fdc3be241f2c6fd4ac9 (diff) | |
download | website-bbfe6055609c4e7401f27d3dd4a5aa9c0a5242d6.tar.lz website-bbfe6055609c4e7401f27d3dd4a5aa9c0a5242d6.tar.zst website-bbfe6055609c4e7401f27d3dd4a5aa9c0a5242d6.zip |
add count
Diffstat (limited to 'templates')
-rw-r--r-- | templates/count.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/count.html b/templates/count.html new file mode 100644 index 0000000..737b99d --- /dev/null +++ b/templates/count.html @@ -0,0 +1,6 @@ +<body> + <script data-goatcounter="https://alanpearce-eu.goatcounter.com/count" async src="https://gc.zgo.at/count.js"></script> + <noscript> + <img src="https://alanpearce-eu.goatcounter.com/count?p=/INSERT-PAGE-HERE" /> + </noscript> +</body> |