Add some GPS game tabs.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4446 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-09-04 19:21:00 +00:00
parent 35475defb5
commit 45231c6ede
2 changed files with 128 additions and 31 deletions

View File

@ -6,11 +6,9 @@
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>
<gg-app style="width: 100%; height: 100%"></gg-app>
</body>
</html>