a2s.su/app/partitial/header.html

49 lines
1.4 KiB
HTML

<header class="m-3 mb-3 mb-md-0">
<div class="text-shadow">
<h3 id="app_title" class="float-md-start mb-0">
<span class="font-monospace">inet://</span><br />
<p class="text-secondary fs-6 text-shadow m-0">// licking and assemble //</p>
</h3>
<nav class="nav nav-masthead justify-content-center mt-3 mt-md-0 float-md-end">
<a class="nav-link fw-bold py-1 px-0 icon-link" href="/">
<svg
class="svg-icon"
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"
class="feather feather-home">
<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
<polyline points="9 22 9 12 15 12 15 22"></polyline>
</svg>
Home
</a>
<a class="nav-link fw-bold py-1 px-0 icon-link" href="/about">
<svg
class="svg-icon"
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"
class="feather feather-info">
<circle cx="12" cy="12" r="10"></circle>
<line x1="12" y1="16" x2="12" y2="12"></line>
<line x1="12" y1="8" x2="12.01" y2="8"></line>
</svg>
About
</a>
<a id="app_theme_switcher" class="nav-link fw-bold py-1 px-0"></a>
</nav>
</div>
</header>