static stuff

This commit is contained in:
nora 2024-01-18 21:22:08 +01:00
parent 56da12a5bc
commit 148a5352a3
8 changed files with 237 additions and 2 deletions

18
static/root/index.html Normal file
View file

@ -0,0 +1,18 @@
<!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>