mirror of
https://github.com/spchcap/speech.capital.git
synced 2026-01-14 00:28:06 +00:00
Feat: Add top-right sign up link
This commit is contained in:
@@ -9,7 +9,10 @@
|
|||||||
<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>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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">
|
<div class="max-w-2xl mx-auto space-y-6">
|
||||||
|
|
||||||
<!-- Subs Container -->
|
<!-- Subs Container -->
|
||||||
@@ -44,4 +47,3 @@
|
|||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user