diff options
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/index.html b/src/index.html index c57c47a..a2cd076 100644 --- a/src/index.html +++ b/src/index.html @@ -1,8 +1,13 @@ -<html> - +<!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> |