Moved DOCTYPE above Copyright notice so IE wont bug out

This commit is contained in:
Jack-Benny Persson 2014-06-30 20:02:51 +02:00
parent bbccef275e
commit f723d7bd69

View File

@ -1,3 +1,5 @@
<!DOCTYPE html>
<!--
Copyright 2014 Jack-Benny Persson <jack-benny@cyberinfo.se>
@ -33,8 +35,6 @@ $aboutPage = new Page("About", "about.html");
$contactPage = new Page("Contact", "contact.html");
?>
<!DOCTYPE html>
<head>
<title>My Blog</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />