-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogram.html
More file actions
23 lines (20 loc) · 511 Bytes
/
program.html
File metadata and controls
23 lines (20 loc) · 511 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>QUnit</title>
<link rel="stylesheet" href="css/qunit-1.16.0.css">
<script src="js/require.js"></script>
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<script>
</script>
<script src="js/qunit-1.16.0.js"></script>
<script src="js/underscore-min.js"></script>
<script src="js/jquery-1.11.2.min.js"></script>
<script src="js/stampit.js"></script>
<script src="program1.js"></script>
</body>
</html>