jabe/default_templates/header.ejs

10 lines
207 B
Text
Raw Normal View History

2024-03-29 13:43:01 +01:00
<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>