website/static/root/index.html
2024-01-18 21:22:08 +01:00

18 lines
No EOL
533 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>nilstrieb.dev</title>
</head>
<body>
<h1>hi!</h1>
<p>This is my website. It is work in progress.</p>
<h2>my blog</h2>
<p>I have a blog, it might be interesting, maybe.</p>
<a href="/blog">blog</a>
<h2>slides</h2>
<p>i have given one talk, here are its slides, isnt this amazing</p>
<a href="/slides/index.html">slides from talks</a>
</body>
</html>