Refactor: Update index.html

This commit is contained in:
2025-09-29 08:36:23 -07:00
parent 5c639b4cd9
commit aba4447cdd

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>4ev.link - Custom Short URLs</title>
<link rel="icon" href="/icon.png">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🔗</text></svg>">
<script src="https://cdn.tailwindcss.com"></script>
<script defer src="https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js"></script>
<script src="https://unpkg.com/lucide@latest"></script>
@@ -94,3 +94,4 @@
</script>
</body>
</html>