|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en" dir="ltr" class="scroll-smooth" data-default-appearance="dark" |
3 | 3 | data-auto-appearance="false"><head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> |
4 | | - <script data-goatcounter="https://majix.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script> |
5 | 4 | <meta charset="utf-8" /> |
6 | 5 |
|
7 | 6 | <meta http-equiv="content-language" content="en" /> |
|
136 | 135 | <meta name="theme-color"/> |
137 | 136 |
|
138 | 137 |
|
| 138 | + |
| 139 | + |
| 140 | + <script> |
| 141 | + |
| 142 | + if (window.location.hostname !== 'localhost' && window.location.hostname !== '127.0.0.1' && window.location.protocol !== 'file:') { |
| 143 | + var script = document.createElement('script'); |
| 144 | + script.src = 'https://cdn.databuddy.cc/databuddy.js'; |
| 145 | + script.async = true; |
| 146 | + script.crossOrigin = 'anonymous'; |
| 147 | + script.dataset.clientId = '1DL7tse_ZTnMsjrVbv_Bp'; |
| 148 | + script.dataset.trackHashChanges = 'true'; |
| 149 | + script.dataset.trackAttributes = 'true'; |
| 150 | + script.dataset.trackOutgoingLinks = 'true'; |
| 151 | + script.dataset.trackInteractions = 'true'; |
| 152 | + script.dataset.trackEngagement = 'true'; |
| 153 | + script.dataset.trackScrollDepth = 'true'; |
| 154 | + script.dataset.trackExitIntent = 'true'; |
| 155 | + script.dataset.trackBounceRate = 'true'; |
| 156 | + script.dataset.trackWebVitals = 'true'; |
| 157 | + script.dataset.trackErrors = 'true'; |
| 158 | + script.dataset.enableBatching = 'true'; |
| 159 | + |
| 160 | + |
| 161 | + script.onerror = function() { |
| 162 | + console.warn('Failed to load Databuddy analytics script'); |
| 163 | + }; |
| 164 | + |
| 165 | + document.head.appendChild(script); |
| 166 | + } |
| 167 | + </script> |
139 | 168 | </head> |
140 | 169 | <body |
141 | 170 | class="flex flex-col h-screen px-6 m-auto text-lg leading-7 max-w-7xl bg-neutral text-neutral-900 dark:bg-neutral-800 dark:text-neutral sm:px-14 md:px-24 lg:px-32 scrollbar-thin scrollbar-track-neutral-200 scrollbar-thumb-neutral-400 dark:scrollbar-track-neutral-800 dark:scrollbar-thumb-neutral-600"> |
@@ -513,6 +542,4 @@ <h1 class="mb-3 text-4xl font-extrabold">Page Not Found 😕</h1> |
513 | 542 | </div> |
514 | 543 | </body> |
515 | 544 |
|
516 | | - |
517 | | -<script data-goatcounter="https://majix.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script> |
518 | 545 | </html> |
0 commit comments