mirror of
https://git.tacowolf.net/TacoWolf/mestizo.monster.git
synced 2026-06-12 17:00:04 -04:00
17 lines
414 B
Text
17 lines
414 B
Text
<header>
|
|
<a href="/">
|
|
<img
|
|
href="/"
|
|
src="/img/taco.svg"
|
|
alt="vector drawing of a smiling cartoon taco with tortilla legs."
|
|
title="hey! :)"
|
|
/></a>
|
|
<nav>
|
|
<h1>mestizo.monster</h1>
|
|
<ul>
|
|
<li><a href="/" title="home">🏠</a></li>
|
|
<li><a href="/posts" title="posts">✍️</a></li>
|
|
<li><a href="/about" title="about">🌮</a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|