22 lines
464 B
HTML
Raw Normal View History

2024-03-31 20:43:49 +02:00
<!doctype html>
<html lang="en">
<head>
2024-04-02 16:20:44 +02:00
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/static/favicon.avif" type="image/avif">
2024-04-02 12:23:37 +02:00
{head}
2024-03-31 20:43:49 +02:00
</head>
<body>
2024-04-02 16:20:44 +02:00
<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>
2024-03-31 20:43:49 +02:00
</body>
</html>