summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-05-08 13:09:38 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-05-08 13:09:38 +0200
commit1803b31acf68102e866c513a056cfd78512029ed (patch)
tree638891c7122dec56aa2684a72d843292ebd30954
parenta014371178f691f7f7c5e064f9814d1a2ab3f9a8 (diff)
downloadwebsite-1803b31acf68102e866c513a056cfd78512029ed.tar.xz
blog: Add placeholder blog.html
-rw-r--r--blog.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/blog.html b/blog.html
new file mode 100644
index 0000000..fc52e81
--- /dev/null
+++ b/blog.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <meta name="author" content="Johannes Löthberg" />
+ <title>~/</title>
+ <link href="main.css" rel="stylesheet">
+</head>
+<body>
+ <!--# include file="header.html" -->
+ <h2>These are not the droids you are looking for.</h2>
+ <!--# include file="footer.html" -->
+</body>
+</html>