10 lines
422 B
Plaintext
10 lines
422 B
Plaintext
<header>
|
|
<div id="title">
|
|
<h1> {{ title }} </h1>
|
|
<label id="theme-toggle-label" for="theme-toggle">
|
|
<input type="checkbox" id="theme-toggle" style="display: none;">
|
|
<img class="icon" src="/icons/pixelarticons/svg/sun-alt.svg" alt="Toggle Theme" id="theme-icon" style="cursor: pointer; float: right;">
|
|
</label>
|
|
</div>
|
|
<q> {{ description }} </q>
|
|
</header> |