aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/traccar.html
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2012-11-03 11:02:30 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2012-11-03 11:02:30 +1300
commit9cc6eebd2e4c95fa3ac633df7a4d1255a2f00c39 (patch)
treecd1bb509448bd690b37892566a6be8369be80a40 /src/main/webapp/traccar.html
downloadtrackermap-web-9cc6eebd2e4c95fa3ac633df7a4d1255a2f00c39.tar.gz
trackermap-web-9cc6eebd2e4c95fa3ac633df7a4d1255a2f00c39.tar.bz2
trackermap-web-9cc6eebd2e4c95fa3ac633df7a4d1255a2f00c39.zip
Created project
Diffstat (limited to 'src/main/webapp/traccar.html')
-rw-r--r--src/main/webapp/traccar.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/main/webapp/traccar.html b/src/main/webapp/traccar.html
new file mode 100644
index 00000000..0bac1a44
--- /dev/null
+++ b/src/main/webapp/traccar.html
@@ -0,0 +1,20 @@
+<!doctype html>
+<html>
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+ <title>Traccar</title>
+ <!--<script src="http://openlayers.org/api/2.11/OpenLayers.js"></script>-->
+ <script src="http://www.openlayers.org/api/OpenLayers.js"></script>
+ <script src="http://www.openstreetmap.org/openlayers/OpenStreetMap.js"></script>
+ <!--<script src="http://maps.google.com/maps/api/js?v=3&amp;sensor=false"></script>-->
+ <script type="text/javascript" language="javascript" src="Traccar/Traccar.nocache.js"></script>
+ </head>
+ <body>
+ <noscript>
+ <div>
+ Your web browser must have JavaScript enabled
+ in order for this application to display correctly.
+ </div>
+ </noscript>
+ </body>
+</html>