Feat: Add top-right sign up link

This commit is contained in:
2025-10-02 08:20:53 -07:00
parent 8a8cfadd31
commit ffd3cab808

View File

@@ -9,7 +9,10 @@
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
</head>
<body>
<div class="min-h-screen bg-black text-white px-4 py-8 md:py-16">
<div class="min-h-screen bg-black text-white px-4 py-8 md:py-16 relative">
<a href="/signup" class="absolute top-8 right-4 md:right-8 text-yellow-200/80 hover:text-yellow-200 text-sm transition-colors">
Sign Up
</a>
<div class="max-w-2xl mx-auto space-y-6">
<!-- Subs Container -->
@@ -44,4 +47,3 @@
</script>
</body>
</html>