forked from nicolas-albert/c8oprj_MyFirstNGX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (22 loc) · 822 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
<title>Index</title>
<link type="text/css" rel="stylesheet" href="../../css/c8o.desktop.css"/>
<link type="text/css" rel="stylesheet" href="css/custom.css"/>
<script src="../../scripts/jquery.min.js"></script>
<script src="../../scripts/c8o.core.js"></script>
<script src="../../scripts/c8o.desktop.js"></script>
<!-- <script src="../../scripts/ctf.core.js"></script> -->
<!-- <script src="../../scripts/pouchdb.min.js"></script> -->
<!-- <script src="../../scripts/c8o.fullsync.js"></script> -->
<script src="js/custom.js"></script>
</head>
<body>
<div id="wait_div">
<div></div>
<img src="../../images/loading.gif"/>
</div>
</body>
</html>