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-04-25 12:09:21 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-25 12:09:21 +0200
commit6acf4ab874c58ee14f35da671029e56972745ce6 (patch)
treebc6dfe4f3661332e8c1fc6ff4ca657185db488e4 /src/index.html
parentfix(flake): Ensure that the `dead-trees` directory exists (diff)
downloadb-peetz.de-6acf4ab874c58ee14f35da671029e56972745ce6.zip
feat(treewide): Migrate to zola
Diffstat (limited to '')
-rw-r--r--src/index.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/index.html b/src/index.html
deleted file mode 100644
index 63f1039..0000000
--- a/src/index.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!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>