mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 12:27:23 +00:00
22 lines
390 B
Text
22 lines
390 B
Text
---
|
|
|
|
description: 'My own private fanzine.'
|
|
|
|
css:
|
|
- index
|
|
|
|
---
|
|
|
|
<%- include('partials/stripes') %>
|
|
|
|
<main>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="/"><%= site.title %></a></li>
|
|
<li><a href="/posts/">posts</a></li>
|
|
<li><a href="/lost+found/">lost+found</a></li>
|
|
<li><a href="/projects/">projects</a></li>
|
|
<li><a href="/about/">about</a></li>
|
|
</ul>
|
|
</nav>
|
|
</main>
|