diff options
-rw-r--r-- | blog.html | 14 |
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> |