backlog/views/partials/header.ejs

12 lines
247 B
Plaintext
Raw Normal View History

2024-05-31 13:11:30 +01:00
<header>
<div class="start">
<a href="https://byemc.xyz/" id="title">
return to byespace
</a>
</div>
<div class="end">
<span class="bold">
the backlog
</span>
</div>
</header>