diff options
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/web/index.html b/web/index.html index 2fa9304c5..ef4900bfb 100644 --- a/web/index.html +++ b/web/index.html @@ -1,15 +1,15 @@ <!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"> - <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> +<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="//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> |