diff options
| author | Yuval Adam <_@yuv.al> | 2025-02-27 14:46:22 +0100 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-02-27 14:46:22 +0100 |
| commit | 86e673a6b29545bd6b634fd170f2cc76d2ac529d (patch) | |
| tree | b96653e05b79580452f2e02b0ab5468128377ba4 | |
| parent | aedb666cbf969cd56442424af63a4163393fc430 (diff) | |
Add analytics to all pages
| -rw-r--r-- | btctick/index.html | 1 | ||||
| -rw-r--r-- | index.html | 1 | ||||
| -rw-r--r-- | isometric/index.html | 1 | ||||
| -rw-r--r-- | lemmings/index.html | 1 | ||||
| -rw-r--r-- | particles/index.html | 1 | ||||
| -rw-r--r-- | soundscape/index.html | 1 | ||||
| -rw-r--r-- | zengarden/index.html | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/btctick/index.html b/btctick/index.html index 12dc71c..c97d7a5 100644 --- a/btctick/index.html +++ b/btctick/index.html @@ -4,6 +4,7 @@ <head> <meta charset="utf-8"> <title>BTC Ticker</title> + <script src="https://cdn.usefathom.com/script.js" data-site="YZVJPTBZ" defer></script> <style> body { font-family: 'Arial', sans-serif; @@ -9,6 +9,7 @@ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=VT323&family=Fredoka:wght@400;600&display=swap" rel="stylesheet"> + <script src="https://cdn.usefathom.com/script.js" data-site="YZVJPTBZ" defer></script> <style> body { font-family: 'Fredoka', sans-serif; diff --git a/isometric/index.html b/isometric/index.html index c93d4a6..04c7cc9 100644 --- a/isometric/index.html +++ b/isometric/index.html @@ -9,6 +9,7 @@ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=VT323&family=Fredoka:wght@400;600&display=swap" rel="stylesheet"> + <script src="https://cdn.usefathom.com/script.js" data-site="YZVJPTBZ" defer></script> <style> body, html { diff --git a/lemmings/index.html b/lemmings/index.html index b4d3d9d..c85be4b 100644 --- a/lemmings/index.html +++ b/lemmings/index.html @@ -9,6 +9,7 @@ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=VT323&family=Fredoka:wght@400;600&display=swap" rel="stylesheet"> + <script src="https://cdn.usefathom.com/script.js" data-site="YZVJPTBZ" defer></script> <style> body, html { diff --git a/particles/index.html b/particles/index.html index 138f0d9..3de6cad 100644 --- a/particles/index.html +++ b/particles/index.html @@ -9,6 +9,7 @@ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=VT323&family=Fredoka:wght@400;600&display=swap" rel="stylesheet"> + <script src="https://cdn.usefathom.com/script.js" data-site="YZVJPTBZ" defer></script> <style> body { margin: 0; diff --git a/soundscape/index.html b/soundscape/index.html index 17da4e7..4791010 100644 --- a/soundscape/index.html +++ b/soundscape/index.html @@ -9,6 +9,7 @@ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=VT323&family=Fredoka:wght@400;600&display=swap" rel="stylesheet"> + <script src="https://cdn.usefathom.com/script.js" data-site="YZVJPTBZ" defer></script> <style> body { font-family: 'Fredoka', sans-serif; diff --git a/zengarden/index.html b/zengarden/index.html index 9eb1e9d..04b33e4 100644 --- a/zengarden/index.html +++ b/zengarden/index.html @@ -9,6 +9,7 @@ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=VT323&family=Fredoka:wght@400;600&display=swap" rel="stylesheet"> + <script src="https://cdn.usefathom.com/script.js" data-site="YZVJPTBZ" defer></script> <style> body, html { |
