forked from handlebars-lang/handlebars.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (19 loc) · 688 Bytes
/
index.html
File metadata and controls
20 lines (19 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script src="vendor/jquery.js"></script>
<link rel="stylesheet" href="vendor/test/qunit.css" type="text/css" media="screen" />
<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>
<h2 id="qunit-banner"></h2>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
<div id="main" style="display: none">
</div>
<script type="text/javascript" src="handlebars.js"></script>
</body>
</html>