diff options
author | Anton Tananaev <anton@traccar.org> | 2024-04-06 08:43:48 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2024-04-06 08:43:48 -0700 |
commit | b6a7fd8d2a14c8f541cd1c584f719dd948128e4e (patch) | |
tree | bdf9f35ffdc2cd73e0f65863da7e98c7ab862fd6 /web/simple | |
parent | 4d0c0e4b2d1600d65a3936be1b88e692188e2c34 (diff) | |
download | trackermap-web-b6a7fd8d2a14c8f541cd1c584f719dd948128e4e.tar.gz trackermap-web-b6a7fd8d2a14c8f541cd1c584f719dd948128e4e.tar.bz2 trackermap-web-b6a7fd8d2a14c8f541cd1c584f719dd948128e4e.zip |
Add missing tag
Diffstat (limited to 'web/simple')
-rw-r--r-- | web/simple/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/simple/index.html b/web/simple/index.html index 63eec3f7..f5dcd4e3 100644 --- a/web/simple/index.html +++ b/web/simple/index.html @@ -6,7 +6,7 @@ <title>Traccar</title> </head> <body style="margin: 0; padding: 0;"> -<div id="content" style="width: 100%; height: 100%; position:fixed;"> +<div id="content" style="width: 100%; height: 100%; position:fixed;"></div> <script src="https://unpkg.com/react@17/umd/react.development.js"></script> <script src="https://unpkg.com/react-dom@17/umd/react-dom.development.js"></script> <script src="https://unpkg.com/maplibre-gl@4.1.2/dist/maplibre-gl.js"></script> |