2024-05-16 22:28:11 +01:00
|
|
|
<header>
|
2024-05-15 23:33:59 +01:00
|
|
|
<div class="max-w-8xl mx-auto">
|
|
|
|
<div class="py-4 border-b border-slate-900/10 lg:px-8 lg:border-0 dark:border-slate-300/10 mx-4 lg:mx-0">
|
|
|
|
<div class="relative flex items-center">
|
2024-05-16 22:28:11 +01:00
|
|
|
<a class="mr-3 flex-none flex w-[2.0625rem] overflow-hidden md:w-auto items-center font-bold" href="/">
|
2024-05-15 23:33:59 +01:00
|
|
|
<span class="sr-only">{{.ServiceName}}</span>
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-key-round text-slate-900 dark:text-white w-auto h-5">
|
|
|
|
<path d="M2 18v3c0 .6.4 1 1 1h4v-3h3v-3h2l1.4-1.4a6.5 6.5 0 1 0-4-4Z"/>
|
|
|
|
<circle cx="16.5" cy="7.5" r=".5" fill="currentColor"/>
|
|
|
|
</svg>
|
|
|
|
<span class="hidden md:block">{{.ServiceName}}</span>
|
|
|
|
</a>
|
|
|
|
<div class="relative hidden lg:flex items-center ml-auto">
|
2024-05-16 22:28:11 +01:00
|
|
|
<nav class="text-sm leading-6 font-semibold">
|
2024-05-15 23:33:59 +01:00
|
|
|
<ul class="flex space-x-8">
|
2024-05-18 01:54:20 +01:00
|
|
|
<li><a href="https://1f349.com" target="_blank">1f349.com</a></li>
|
2024-05-15 23:33:59 +01:00
|
|
|
</ul>
|
2024-05-31 15:05:47 +01:00
|
|
|
<ul class="flex space-x-8">
|
|
|
|
<li><a href="https://status.1f349.com" target="_blank">Status</a></li>
|
|
|
|
</ul>
|
2024-05-15 23:33:59 +01:00
|
|
|
</nav>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2024-05-16 22:28:11 +01:00
|
|
|
</header>
|