-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
36 lines (30 loc) · 1.48 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
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<title>RCMRD | Flood Simulator</title>
<!--
<link rel="stylesheet" type="text/css" href="lib/extjs_4.2.1/resources/css/ext-all-neptune.css"> -->
<link rel ="stylesheet" type="text/css" href="lib/extjs_4.2.1/resources/ext-theme-neptune/ext-theme-neptune-all.css">
<!-- <link rel ="stylesheet" type="text/css" href="lib/extjs_4.2.1/resources/css/ext-all.css"> -->
<!-- ExtJS Lib -->
<!-- <script type="text/javascript" src="lib/extjs_4.2.1/extjs.js"></script> -->
<script type="text/javascript" src="lib/extjs_4.2.1/ext-all.min.js"></script>
<script type="text/javascript" src="lib/jquery.min.js"></script>
<!-- Charts API -->
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/modules/data.js"></script>
<script src="https://code.highcharts.com/modules/exporting.js"></script>
<!-- OpenLayers Lib -->
<script src="lib/OpenLayers-2.13.1/OpenLayers.js" type="text/javascript" defer></script>
<script src="assets/js/LoadingPanel.js" type="text/javascript" defer></script>
<script type="text/javascript" src="lib/extjs_4.2.1/ext-theme-neptune.js" defer></script>
<script type="text/javascript" src="index.js"></script>
<link rel="stylesheet" type="text/css" href="lib/geoext2-2.0.2b/resources/css/popup.css">
<link rel ="stylesheet" type="text/css" href="assets/css/custom.css">
<link rel="shortcut icon" href="assets/images/favicon.ico" />
</head>
<body>
<div id="chart_div" class="x-hide-display">
</div>
</body>
</html>