mirror of
https://github.com/spchcap/speech.capital.git
synced 2026-01-14 08:38:42 +00:00
Feat: Add CCTV icon link to main site
This commit is contained in:
15
submit.html
15
submit.html
@@ -13,11 +13,16 @@
|
||||
<div class="min-h-screen">
|
||||
<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">
|
||||
<a href="/" class="flex items-center">
|
||||
<span class="font-bold text-white text-xs">
|
||||
<span id="subdomain"></span><span>speech.capital</span>
|
||||
</span>
|
||||
</a>
|
||||
<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">
|
||||
<span class="font-bold text-white text-xs">
|
||||
<span id="subdomain"></span><span>speech.capital</span>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user