-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>mu-jquery-widget tests</title>
<link rel="stylesheet" href="https://rawgit.com/jquery/qunit/2.3.2/qunit/qunit.css">
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<script src="https://rawgit.com/jquery/qunit/2.3.2/qunit/qunit.js"></script>
<script src="https://rawgit.com/jquery/jquery/3.2.1/dist/jquery.js"></script>
<script src="https://rawgit.com/mu-lib/mu-create/v6.0.2/transform.js"></script>
<script src="https://rawgit.com/mu-lib/mu-create/v6.0.2/process.js"></script>
<script src="https://rawgit.com/mu-lib/mu-create/v6.0.2/create.js"></script>
<script src="https://rawgit.com/mu-lib/mu-create/v6.0.2/constructor.js"></script>
<script src="https://rawgit.com/mu-lib/mu-create/v6.0.2/prototype.js"></script>
<script src="https://rawgit.com/mu-lib/mu-create/v6.0.2/regexp.js"></script>
<script src="../jquery.get.js"></script>
<script src="../expr.js"></script>
<script src="../dom.js"></script>
<script src="../create.js"></script>
<script src="../widget.js"></script>
<script src="jquery.get.js"></script>
<script src="expr.js"></script>
<script src="dom.js"></script>
<script src="widget.js"></script>
</body>
</html>