blob: 63f1039189832b0bd7b39a3772214d71fe5aeda5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width"/>
<title>Benedikt's Website</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<h1>Hi!</h1>
<p>For a list of my written things look <a href="./writings/index.html">here</a></p>
</body>
</html>
|