diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 22 |
1 files changed, 12 insertions, 10 deletions
@@ -1,16 +1,18 @@ <!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="author" content="Johannes Löthberg" /> +<title>~/</title> +<link href="main.css" rel="stylesheet"> </head> + <body> - <!--# include file="header.html" --> +<!--# include file="header.html" --> +<div class="content"> <div class="about"> - <h2>About me</h2> - <p> + <h2>About me</h2> + <p> Hey there, my name is Johannes Löthberg. I am 18 years old, gay and come from Sweden. <br /><br /> Online I go by a lot of different names, of which “demize” seems to be the most common right now. @@ -19,7 +21,7 @@ In the <a href="https://aur.archlinux.org/">AUR</a>, the Arch User Repository, I maintain a couple of packages, some being things I use myself and the rest being either packages that others haven't taken care of, or packages requested by other people to be created. <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> + </p> </div> <div class="blog"> @@ -35,7 +37,7 @@ </ul> </div> </div> - - <!--# include file="footer.html" --> +</div> +<!--# include file="header.html" --> </body> </html> |