mirror of
https://github.com/spchcap/speech.capital.git
synced 2026-01-14 16:48:44 +00:00
Feat: Add CCTV icon link to main site
This commit is contained in:
@@ -13,12 +13,17 @@
|
|||||||
<div class="min-h-screen">
|
<div class="min-h-screen">
|
||||||
<header class="bg-gray-900 border-b border-gray-800">
|
<header class="bg-gray-900 border-b border-gray-800">
|
||||||
<div class="max-w-5xl mx-auto px-2 py-1 flex items-center justify-between">
|
<div class="max-w-5xl mx-auto px-2 py-1 flex items-center justify-between">
|
||||||
|
<div class="flex items-center gap-2">
|
||||||
|
<a href="https://speech.capital" class="text-gray-400 hover:text-white">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M2 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8"/><path d="m20 12-3-3-3 3"/><path d="M11 12a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"/><path d="M19 12h.01"/></svg>
|
||||||
|
</a>
|
||||||
<a href="/" class="flex items-center">
|
<a href="/" class="flex items-center">
|
||||||
<span class="font-bold text-white text-xs">
|
<span class="font-bold text-white text-xs">
|
||||||
<span id="subdomain"></span><span>speech.capital</span>
|
<span id="subdomain"></span><span>speech.capital</span>
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main class="max-w-2xl mx-auto py-8 px-4" x-data="f()">
|
<main class="max-w-2xl mx-auto py-8 px-4" x-data="f()">
|
||||||
|
|||||||
Reference in New Issue
Block a user