- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogram.html
More file actions
Latest commit
23 lines (20 loc) · 511 Bytes
/
Copy pathprogram.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>
<metacharset="utf-8">
<title>QUnit</title>
<linkrel="stylesheet" href="css/qunit-1.16.0.css">
<scriptsrc="js/require.js"></script>
</head>
<body>
<divid="qunit"></div>
<divid="qunit-fixture"></div>
<script>
</script>
<scriptsrc="js/qunit-1.16.0.js"></script>
<scriptsrc="js/underscore-min.js"></script>
<scriptsrc="js/jquery-1.11.2.min.js"></script>
<scriptsrc="js/stampit.js"></script>
<scriptsrc="program1.js"></script>
</body>
</html>