diff options
author | amilasilva88 <amilasilva88@gmail.com> | 2015-08-14 09:00:58 +0800 |
---|---|---|
committer | amilasilva88 <amilasilva88@gmail.com> | 2015-08-14 09:00:58 +0800 |
commit | 064cbff8e9f581bbd57988e5dd78a1f7e5480880 (patch) | |
tree | ea1d349d4e67f0eb9a30f3a111969fdaf87603d0 /web/release.html | |
parent | bb18dcd541642aad00ad3253940dc239a7c9681e (diff) | |
download | trackermap-server-064cbff8e9f581bbd57988e5dd78a1f7e5480880.tar.gz trackermap-server-064cbff8e9f581bbd57988e5dd78a1f7e5480880.tar.bz2 trackermap-server-064cbff8e9f581bbd57988e5dd78a1f7e5480880.zip |
Resolved the review comments
Diffstat (limited to 'web/release.html')
-rw-r--r-- | web/release.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/release.html b/web/release.html index fc2ff6e87..2a4df7537 100644 --- a/web/release.html +++ b/web/release.html @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> -<title>BlueSky</title> +<title>Traccar</title> <style> .state-indicator { position: absolute; top: -999em; left: -999em; z-index: 0; } @media all and (max-device-width: 768px) { .state-indicator { z-index: 1; } } @@ -19,6 +19,6 @@ <script src="app.js"></script> </head> <body> -<div style="position: fixed; bottom: 10px; right: 15px; font-size: x-small;">Powered by <a href="https://www.mungingLabs.com/">BlueSky GPS Tracking System</a></div> +<div style="position: fixed; bottom: 10px; right: 15px; font-size: x-small;">Powered by <a href="https://www.traccar.org/">Traccar GPS Tracking System</a></div> </body> </html> |