From a4561837c430bbfb1717c24d3ac0e64cb37bd8b6 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Tue, 11 Mar 2025 16:14:55 +0100 Subject: [PATCH] Added a tracking snippet from swetrix --- public/index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/public/index.html b/public/index.html index a63f8d2..6b2471e 100644 --- a/public/index.html +++ b/public/index.html @@ -177,6 +177,20 @@ headline = document.getElementById("headline"); headline.innerText = greetings[Math.floor(Math.random() * greetings.length)]; + + +