Feat: Add PlanetRenox analytics tracker

This commit is contained in:
2026-02-26 21:51:49 -08:00
parent dce9c2a746
commit 0fb3cfd3a0

View File

@@ -32,6 +32,7 @@
.mono{font-family:"IBM Plex Mono",monospace} .mono{font-family:"IBM Plex Mono",monospace}
</style> </style>
<script data-goatcounter="https://lynch.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script> <script data-goatcounter="https://lynch.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
<script defer src="https://c.planetrenox.com/tracker.js"></script>
</head> </head>
<body class="bg-gray-50 text-gray-800"> <body class="bg-gray-50 text-gray-800">
<main class="max-w-3xl mx-auto flex flex-col min-h-screen p-6 lg:p-8"> <main class="max-w-3xl mx-auto flex flex-col min-h-screen p-6 lg:p-8">
@@ -106,4 +107,3 @@
</main> </main>
</body> </body>
</html> </html>