diff options
author | rahighi <rahighi> | 2021-08-26 11:46:48 +0430 |
---|---|---|
committer | rahighi <rahighi> | 2021-08-26 11:46:48 +0430 |
commit | eed89f02a9219417fa5f94c0d6c08f5981d23823 (patch) | |
tree | 78b378e1b1bcc54a068c304b1b9af73aa0e8c3a9 /modern/public/index.html | |
parent | db406fcc787df2fa865e5c5fe333f152e533cda1 (diff) | |
download | etbsa-traccar-web-eed89f02a9219417fa5f94c0d6c08f5981d23823.tar.gz etbsa-traccar-web-eed89f02a9219417fa5f94c0d6c08f5981d23823.tar.bz2 etbsa-traccar-web-eed89f02a9219417fa5f94c0d6c08f5981d23823.zip |
added multiple language support with related layout directions
Diffstat (limited to 'modern/public/index.html')
-rw-r--r-- | modern/public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/public/index.html b/modern/public/index.html index 78138ed..6d2eb7a 100644 --- a/modern/public/index.html +++ b/modern/public/index.html @@ -9,7 +9,7 @@ <link rel="stylesheet" href="%PUBLIC_URL%/styles.css"> <title>Traccar</title> </head> - <body style="margin: 0; padding: 0;"> + <body style="margin: 0; padding: 0;"> <noscript> You need to enable JavaScript to run this app. </noscript> |