bune.city/_includes/header.html

9 lines
193 B
HTML
Raw Normal View History

2020-04-03 05:37:20 +00:00
<header>
2020-04-05 08:41:13 +00:00
<img id='header-logo' src='/favicon.png' alt=''>
<nav>
<a href='/'>Home</a>
<a href='/'>Categories</a>
<a href='/'>Tags</a>
<a href='/'>lynnesbian.space</a>
</nav>
2020-04-03 05:37:20 +00:00
</header>