2024-04-02 16:20:44 +02:00

22 lines
464 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/static/favicon.avif" type="image/avif">
{head}
</head>
<body>
<header>
<nav>
<a href="/" class="title">akyoto.dev</a>
<a href="/projects">projects</a>
<a href="/contact">contact</a>
<a href="/about">about</a>
</nav>
</header>
<main>
{body}
</main>
</body>
</html>