forked from cory/tildefriends
Cory McWilliams
09c7c8ac64
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4380 ed5197a5-7fde-0310-b194-c3ffbd925b24
16 lines
566 B
HTML
16 lines
566 B
HTML
<!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>
|
|
<link rel="stylesheet" href="leaflet.css"/>
|
|
<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="flex: 0 1 auto; overflow: scroll"></gg-app>
|
|
<div id="map" style="flex: 1 0"></div>
|
|
</body>
|
|
</html> |