diff options
Diffstat (limited to 'web')
-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> |