forked from jturtler/interpretation-app_James
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (21 loc) · 1005 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
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>d2 Interpretations APP</title>
<link rel="stylesheet" type="text/css" href="//dhis2-cdn.org/v217/ext/resources/css/ext-plugin-gray.css" />
<script src="//dhis2-cdn.org/v217/ext/ext-all.js"></script>
<script type="text/javascript" src="../../../dhis-web-commons/javascripts/openlayers/OpenLayers.js"></script>
<script type="text/javascript" src="http://dhis2-cdn.org/v221/plugin/table.js"></script>
<!-- script type="text/javascript" src="../../../dhis-web-reporting/javascript/table.js"></script -->
<script type="text/javascript" src="../../../dhis-web-dashboard-integration/plugin/chart.js"></script>
<script type="text/javascript" src="../../../dhis-web-mapping/map.js"></script>
</head>
<body>
<div id='testChart'></div>
<div id="app"></div>
<script src="polyfill.min.js"></script>
<script src="jquery.min.js"></script>
<script src="app.js"></script>
</body>
</html>