aboutsummaryrefslogtreecommitdiff
path: root/web/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html17
1 files changed, 11 insertions, 6 deletions
diff --git a/web/index.html b/web/index.html
index b9a4f4e7e..2fa9304c5 100644
--- a/web/index.html
+++ b/web/index.html
@@ -1,11 +1,16 @@
<!DOCTYPE html>
<html>
<head>
-<title>Traccar</title>
-<link rel="stylesheet" type="text/css" href="//cdn.sencha.com/ext/gpl/5.1.0/build/packages/ext-theme-neptune/build/resources/ext-theme-neptune-all.css">
-<script type="text/javascript" src="//cdn.sencha.com/ext/gpl/5.1.0/build/ext-all.js"></script>
-<script type="text/javascript" src="//cdn.sencha.com/ext/gpl/5.1.0/build/packages/ext-theme-neptune/build/ext-theme-neptune.js"></script>
-<script type ="text/javascript" src="app.js"></script>
+ <title>Traccar</title>
+ <link rel="stylesheet" type="text/css" href="//cdn.sencha.com/ext/gpl/5.1.0/build/packages/ext-theme-neptune/build/resources/ext-theme-neptune-all.css">
+ <link rel="stylesheet" type="text/css" href="//openlayers.org/en/v3.1.1/css/ol.css">
+ <script type="text/javascript" src="//cdn.sencha.com/ext/gpl/5.1.0/build/ext-all.js"></script>
+ <script type="text/javascript" src="//cdn.sencha.com/ext/gpl/5.1.0/build/packages/ext-theme-neptune/build/ext-theme-neptune.js"></script>
+ <script type="text/javascript" src="http://openlayers.org/en/v3.1.1/build/ol.js"></script>
+ <script type ="text/javascript" src="Strings.js"></script>
+ <script type ="text/javascript" src="Styles.js"></script>
+ <script type ="text/javascript" src="Application.js"></script>
</head>
-<body></body>
+<body>
+</body>
</html>