forked from vitmalina/w2ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 842 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>QUnit for W2UI</title>
<link rel="stylesheet" href="lib/qunit.css">
<script src="../libs/jquery/jquery-2.1.4.min.js"></script>
<script src="../src/w2utils.js"></script>
<script src="../src/w2fields.js"></script>
<script src="../src/w2form.js"></script>
<script src="../src/w2grid.js"></script>
<script src="../src/w2layout.js"></script>
<script src="../src/w2popup.js"></script>
<script src="../src/w2sidebar.js"></script>
<script src="../src/w2tabs.js"></script>
<script src="../src/w2toolbar.js"></script>
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<script src="lib/qunit.js"></script>
<script src="tests/w2utils.js"></script>
<script src="tests/w2grid.js"></script>
</body>
</html>