You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
827 B

<!doctype html public “(づ。◕o◕。)づ”>
<link href=/style.css rel=stylesheet />
<meta name=viewport content="width=device-width,initial-scale=1" />
<header>
<input type=checkbox id=check />
<label for=check class=menu>
<nav>
<a href=/>jonathan.is</a>
<menu>
<li><a {{ aria-current . }} href=/>/???</a>
<li><a {{ aria-current writing }} href=/writing>/writing</a>
<li><a {{ aria-current speaking }} href=/speaking>/speaking</a>
<li><a {{ aria-current coding }} href=/coding>/coding</a>
<li><a {{ aria-current making }} href=/making>/making</a>
<li><a {{ aria-current working }} href=/working>/working</a>
<li><a {{ aria-current living }} href=/living>/living</a>
</menu>
</nav>
</label>
</header>
<main>
{{ content }}
</main>