]> git.ekhem.eu.org Git - website.git/commitdiff
Create empty page template.
authorJakub Czajka <jakub@ekhem.eu.org>
Sun, 18 Jun 2023 15:32:21 +0000 (17:32 +0200)
committerJakub Czajka <jakub@ekhem.eu.org>
Sun, 18 Jun 2023 15:32:21 +0000 (17:32 +0200)
index.html [new file with mode: 0644]

diff --git a/index.html b/index.html
new file mode 100644 (file)
index 0000000..0c4e706
--- /dev/null
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <title>Ekhem</title>
+</head>
+<body>
+  <a>Hello World</a>
+</body>
+</html>