Files
apps
admin
api
apps
blog
db
follow
gg
app.js
emojis.json
gpx.js
handler.js
index.html
leaflet.css
leaflet.js
leaflet.js.map
lit-all.min.js
lit-all.min.js.map
polyline.js
script.js
strava.js
identity
issues
journal
sneaker
ssb
todo
welcome
wiki
admin.json
api.json
apps.json
blog.json
db.json
follow.json
gg.json
identity.json
issues.json
journal.json
sneaker.json
ssb.json
todo.json
welcome.json
wiki.json
core
deps
docs
src
tools
.clang-format
.dockerignore
.gitignore
Dockerfile
GNUmakefile
LICENSE
README.md
tildefriends/apps/gg/index.html

14 lines
483 B
HTML
Raw Normal View History

<!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>