diff options
Diffstat (limited to 'src/main/webapp/traccar.html')
-rw-r--r-- | src/main/webapp/traccar.html | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/main/webapp/traccar.html b/src/main/webapp/traccar.html deleted file mode 100644 index 0bac1a44..00000000 --- a/src/main/webapp/traccar.html +++ /dev/null @@ -1,20 +0,0 @@ -<!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&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> |