diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -2,6 +2,8 @@ <html> <head> <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>~/</title> <link href="main.css" rel="stylesheet"> @@ -10,7 +12,7 @@ <body> <!--# include file="header.html" --> <div class="content"> - <div class="about"> + <section> <h2>About me</h2> <p> Hey there, my name is Johannes Löthberg. I am 18 years old, gay and come from Sweden. @@ -22,9 +24,9 @@ <br /><br /> Somehow I also recently ended up becoming an OP in the Arch Linux IRC channels on freenode, tho I'm still not exactly sure how that came to be. </p> - </div> + </section> - <div class="blog"> + <section> <h2>Blog posts</h2> <div class="post-list"> <ul> @@ -36,7 +38,7 @@ </li> </ul> </div> - </div> + </section> </div> <!--# include file="footer.html" --> </body> |