diff options
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> |