blob: a2cd0767dfd4cfa278c380069eba40c79f477984 (
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 dead-tree (i.e. paper) projects look <a href="./dead-trees/index.html">here</a></p>
</body>
</html>
|