@trailstash/ultra
Version:
A web based tool for making MapLibre GL maps with data from sources such as Overpass, GeoJSON, GPX, KML, TCX, etc
43 lines (39 loc) • 1.13 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="{{ icon | default: "../logo.png" }}"/>
{% if mastodon %}
<link rel="me" href="{{ mastodon }}" />
{% endif %}
<title>{{ title | default: "Ultra"}}</title>
<meta name="robots" content="index,follow" />
<script>
window.sa_event =
window.sa_event ||
function () {
var a = [].slice.call(arguments);
window.sa_event.q
? window.sa_event.q.push(a)
: (window.sa_event.q = [a]);
};
</script>
<script src="../index.js" type="module"></script>
</head>
<body>
<ultra-loader mode="app"></ultra-loader>
<!-- 100% privacy friendly analytics -->
<script
async
defer
src="https://scripts.simpleanalyticscdn.com/latest.js"
></script>
<noscript
><img
src="https://queue.simpleanalyticscdn.com/noscript.gif"
alt=""
referrerpolicy="no-referrer-when-downgrade"
/></noscript>
</body>
</html>