mirror of
https://github.com/spchcap/speech.capital.git
synced 2026-01-14 16:48:44 +00:00
Refactor: Update submit.html
This commit is contained in:
16
submit.html
16
submit.html
@@ -13,16 +13,11 @@
|
||||
<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">
|
||||
<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>
|
||||
<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>
|
||||
</header>
|
||||
|
||||
@@ -61,3 +56,4 @@ f=()=>({t:'',l:'',c:'',e:null,loading:false,async s(){this.loading=!0;this.e=nul
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user