her.esy.fun/templates/header.mustache

25 lines
1.1 KiB
Plaintext

<input name="t" type="radio" id="b">
<input name="t" type="radio" id="l">
<input name="t" type="radio" id="d">
<input name="t" type="radio" id="g">
<div id="labels">
<div class="content">
<label for="b">book</label>&nbsp;
/&nbsp;
<label for="l">light</label>&nbsp;
<span id="logo">
<a href="/">
<svg width="5em" viewBox="0 0 64 64">
<circle cx="32" cy="32" r="30" stroke="var(--b2)" stroke-width="2" fill="var(--b03)"/>
<circle cx="32" cy="32" r="12" stroke="var(--r)" stroke-width="2" fill="var(--o)"/>
<circle cx="32" cy="32" r="6" stroke-width="0" fill="var(--y)"/>
<ellipse cx="32" cy="14" rx="14" ry="8" stroke-width="0" fill="var(--b3)"/>
</svg>
</a>
</span>&nbsp;
<label for="d">dark</label>&nbsp;
/&nbsp;
<label for="g">geek</label>
</div>
</div>