summaryrefslogtreecommitdiffstats
path: root/blog.html
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-05-08 14:01:20 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-05-08 14:01:20 +0200
commitcfc70b8f2662e49ddf334621f42eebe3ee23828d (patch)
treebd9c0c2e8bc0ec37864674d75dcd95e6cfefcb42 /blog.html
parentc2b23cb19174a22d82b44104483affc00c52b602 (diff)
downloadwebsite-cfc70b8f2662e49ddf334621f42eebe3ee23828d.tar.xz
Reindent everything, add more meta, use section tags
Diffstat (limited to 'blog.html')
-rw-r--r--blog.html22
1 files changed, 15 insertions, 7 deletions
diff --git a/blog.html b/blog.html
index fc52e81..570a67a 100644
--- a/blog.html
+++ b/blog.html
@@ -1,14 +1,22 @@
<!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">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<meta name="keywords" content="Johannes Löthberg, kyrias, demize, Arch Linux OP" />
+<meta name="description" content="Johannes Löthberg's little home on the Internet" />
+<meta name="author" content="Johannes Löthberg" />
+<title>~/blog/</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" -->
+<!--# include file="header.html" -->
+<div class="content">
+ <section>
+ <h2>Blog</h2>
+ <p>These are not the droids you are looking for.</p>
+ </section>
+</div>
+<!--# include file="footer.html" -->
</body>
</html>