Closed missing </head> tag. Must have been a greedy find and replace that deleted this.

This commit is contained in:
toddparker 2011-05-12 11:09:59 -04:00
parent f176f4a884
commit a5960dea26

View file

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1">
<title>Page Title</title>
@ -9,6 +10,8 @@
<script src="../../js/jquery.js"></script>
<script src="../../js/"></script>
<script src="docs/docs.js"></script>
</head>
<body>
<!-- Start of first page -->