summary refs log tree commit diff stats
path: root/src/index.html
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-02-04 19:52:34 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-02-04 19:52:34 +0100
commit81c60ac0c5a16a3158067064926141a7f3bf9699 (patch)
treeda626bd9515b4b0864b1ec465e8ffb91a4900180 /src/index.html
parentbuild(flake): Update (diff)
downloadb-peetz.de-81c60ac0c5a16a3158067064926141a7f3bf9699.zip
feat(src): Improve index.html and add a style.css
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html11
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>