jabe/default_templates/header.ejs
hexlocation's laptop (asiago) f9593d42cc update folder structure
2024-03-29 08:43:01 -04:00

9 lines
207 B
Text

<div id="header-content">
<h1>disseminate</h1>
<hr>
<div id="link-container">
<a href="/">home</a>
<a href="/post/about.md">about</a>
<a href="/post/contact.md">contact</a>
</div>
</div>