-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (27 loc) · 910 Bytes
/
index.html
File metadata and controls
29 lines (27 loc) · 910 Bytes
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
<html>
<head>
<link rel="stylesheet" type="text/css" href="/css/style.css" />
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<link rel="stylesheet" type="text/css" href="/js/ui/themes/metro/easyui.css">
<link rel="stylesheet" type="text/css" href="/js/ui/themes/icon.css">
<script type="text/javascript" src="/js/ui/jquery.easyui.min.js"></script>
<script src="/js/authorization.js"></script>
<script src="/js/ajaxBase.js"></script>
<script src="/js/template.js"></script>
<script src="/js/registry.js"></script>
<script src="/js/actions.js"></script>
<script src="/js/ajaxLoader.js"></script>
<script src="/js/procedure.js"></script>
<script src="/js/tools.js"></script>
<script src="/js/modalWindow.js"></script>
<script src="/js/REST.js"></script>
</head>
<body>
<div id="main">
</div>
<div id="fullWindow" style="display:none;">
<div id="fullHeight">
</div>
</div>
</body>
</html>