Feat: Add analytics tracker script to head

This commit is contained in:
2026-02-27 09:30:47 -08:00
parent c02a615c9e
commit 15ac411ed3

View File

@@ -4,6 +4,7 @@
<meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>direct-img.link | Live images in markdown</title> <title>direct-img.link | Live images in markdown</title>
<meta name="description" content="Embed live images in markdown powered by search. No APIs, no tokens, just search."> <meta name="description" content="Embed live images in markdown powered by search. No APIs, no tokens, just search.">
<script defer src="https://c.planetrenox.com/tracker.js"></script>
<style> <style>
:root{--bg:#fff;--text:#1a1a1a;--text-muted:#666;--accent:#0070f3;--warning:#eb5757;--code-bg:#f5f5f5;--border:#eaeaea;--radius:8px;} :root{--bg:#fff;--text:#1a1a1a;--text-muted:#666;--accent:#0070f3;--warning:#eb5757;--code-bg:#f5f5f5;--border:#eaeaea;--radius:8px;}
*{box-sizing:border-box;} *{box-sizing:border-box;}