-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest-harness.html
21 lines (17 loc) · 928 Bytes
/
test-harness.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<!-- Siesta UI must use ExtJS 4.2.0 (you can specify any other ExtJS version in your "preload" config) -->
<link rel="stylesheet" type="text/css" href="/extjs42/resources/css/ext-all.css">
<link rel="stylesheet" type="text/css" href="/siesta/resources/css/siesta-all.css">
<!-- Siesta UI must use ExtJS 4.2.0 (you can specify any other ExtJS version in your "preload" config) -->
<script type="text/javascript" src="/extjs42/ext-all.js"></script>
<script type="text/javascript" src="/siesta/siesta-all.js"></script>
<script type="text/javascript" src="app/TestClass.js"></script>
<script type="text/javascript" src="app/common.js"></script>
<script type="text/javascript" src="app/Appstate.js"></script>
<script type="text/javascript" src="test-harness.js"></script>
</head>
<body>
</body>
</html>