Refactor: Update submit.html

This commit is contained in:
2025-10-03 16:04:44 -07:00
parent 265d96c024
commit c2d627930d

View File

@@ -13,17 +13,12 @@
<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()">
@@ -61,3 +56,4 @@ f=()=>({t:'',l:'',c:'',e:null,loading:false,async s(){this.loading=!0;this.e=nul
</script> </script>
</body> </body>
</html> </html>