html5 doctype

This commit is contained in:
Knut Forkalsrud 2013-07-09 19:27:09 -07:00
parent 27d9974c12
commit c49b28dc7b

View file

@ -1,9 +1,9 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="device-width = 600" />
<title>2001-12-santabarbara</title>
<title>2008</title>
<script type="text/javascript" src="assets/jquery.min.js"></script>
@ -201,5 +201,5 @@ $(function() {
<h1 id="name">2008</h1>
<hr/>
<div id="dbg"></div>
</body>
</body>
</html>