mirror of
https://github.com/spchcap/speech.capital.git
synced 2026-01-14 16:48:44 +00:00
Feat: Add artificial.speech.capital link and remove sign-in icon
This commit is contained in:
16
index.html
16
index.html
@@ -12,21 +12,21 @@
|
|||||||
<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">
|
||||||
<div class="max-w-2xl mx-auto space-y-6">
|
<div class="max-w-2xl mx-auto space-y-6">
|
||||||
|
|
||||||
<!-- Header with Sign Up -->
|
|
||||||
<div class="flex justify-end">
|
|
||||||
<button class="text-white/60 hover:text-white transition-colors">
|
|
||||||
<i data-lucide="user-plus" class="w-4 h-4"></i>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Subs Container -->
|
<!-- Subs Container -->
|
||||||
<div class="border border-yellow-200/30 min-h-[60vh] p-4 md:p-6">
|
<div class="border border-yellow-200/30 min-h-[60vh] p-4 md:p-6 space-y-2">
|
||||||
<a
|
<a
|
||||||
href="https://free.speech.capital"
|
href="https://free.speech.capital"
|
||||||
class="inline-block text-yellow-200/80 hover:text-yellow-200 text-xs transition-colors"
|
class="inline-block text-yellow-200/80 hover:text-yellow-200 text-xs transition-colors"
|
||||||
>
|
>
|
||||||
free.speech.capital
|
free.speech.capital
|
||||||
</a>
|
</a>
|
||||||
|
<br>
|
||||||
|
<a
|
||||||
|
href="https://artificial.speech.capital"
|
||||||
|
class="inline-block text-yellow-200/80 hover:text-yellow-200 text-xs transition-colors"
|
||||||
|
>
|
||||||
|
artificial.speech.capital
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user