<!doctype html> <html style="width: 100%; height: 100%; margin: 0; padding: 0"> <head> <script> window.litDisableBundleWarning = true; </script> <script> let g_data = ${data}; </script> <script src="script.js" type="module"></script> <script src="leaflet.js"></script> </head> <body style=" color: #fff; display: flex; flex-flow: column; height: 100%; width: 100%; margin: 0; padding: 0; " > <gg-app style="width: 100%; height: 100%" id="ggapp"></gg-app> </body> </html>