Add nicer header and title to QUnit test page

This commit is contained in:
Jason Davies
2010-11-29 21:39:35 +00:00
parent ee388dc149
commit 7f8a323efe
+3 -3
View File
@@ -2,13 +2,14 @@
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script src="vendor/jquery.js"></script>
<title>Handlebars.js Test Suite</title>
<link rel="stylesheet" href="vendor/test/qunit.css" type="text/css" media="screen" />
<script type="text/javascript" src="vendor/jquery.js"></script>
<script type="text/javascript" src="vendor/test/qunit.js"></script>
<script type="text/javascript" src="../lib/handlebars.js"></script>
</head>
<body>
<h1 id="qunit-header">QUnit example</h1>
<h1 id="qunit-header">Handlebars.js Test Suite</h1>
<h2 id="qunit-banner"></h2>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
@@ -17,4 +18,3 @@
<script type="text/javascript" src="handlebars.js"></script>
</body>
</html>