mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 20:37:22 +00:00
18 lines
348 B
Text
18 lines
348 B
Text
---
|
|
|
|
description: 'My own private fanzine'
|
|
css:
|
|
- index
|
|
|
|
---
|
|
<main>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="/"><%= site.title %></a></li>
|
|
<li><a href="/post/">posts</a></li>
|
|
<li><a href="/projects/">projects</a></li>
|
|
<li><a href="/inventory/">inventory</a></li>
|
|
<li><a href="/about/">about</a></li>
|
|
</ul>
|
|
</nav>
|
|
</main>
|