Feat: Add PlanetRenox analytics tracker

This commit is contained in:
2026-02-27 09:33:48 -08:00
parent fd19de199b
commit c77e975ecf

View File

@@ -8,6 +8,7 @@
<script src="https://unpkg.com/lucide@latest" defer></script> <script src="https://unpkg.com/lucide@latest" defer></script>
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script> <script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script> <script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script>
<script defer src="https://c.planetrenox.com/tracker.js"></script>
<style>body{font-family:ui-monospace,monospace}</style> <style>body{font-family:ui-monospace,monospace}</style>
</head> </head>
<body class="bg-gray-100"> <body class="bg-gray-100">
@@ -58,4 +59,3 @@ f=()=>({t:'',l:'',c:'',e:null,loading:false,async s(){this.loading=!0;this.e=nul
</script> </script>
</body> </body>
</html> </html>