mirror of
https://github.com/Noratrieb/website.git
synced 2026-01-14 08:55:01 +01:00
static stuff
This commit is contained in:
parent
56da12a5bc
commit
148a5352a3
8 changed files with 237 additions and 2 deletions
18
static/root/index.html
Normal file
18
static/root/index.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue