mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
44 lines
1.4 KiB
HTML
44 lines
1.4 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>OpenFreeMap</title>
|
|
<link rel="stylesheet" href="style.css" />
|
|
<meta
|
|
name="description"
|
|
content="Open and free custom maps for your website and apps, based on OpenStreetMap."
|
|
/>
|
|
|
|
<!-- <meta property="og:title" content="" />-->
|
|
<!-- <meta property="og:type" content="" />-->
|
|
<!-- <meta property="og:url" content="" />-->
|
|
<!-- <meta property="og:image" content="" />-->
|
|
|
|
<!-- <link rel="icon" href="/favicon.ico" sizes="any" />-->
|
|
|
|
<script src="https://unpkg.com/maplibre-gl/dist/maplibre-gl.js"></script>
|
|
<link href="https://unpkg.com/maplibre-gl/dist/maplibre-gl.css" rel="stylesheet" />
|
|
|
|
<link href="https://unpkg.com/prismjs@1.29.0/themes/prism.min.css" rel="stylesheet" />
|
|
</head>
|
|
|
|
<body>
|
|
<img src="logo_512.png" alt="logo" height="200" class="logo" />
|
|
<h1>OpenFreeMap</h1>
|
|
<p class="subtitle"></p>
|
|
|
|
{main}
|
|
|
|
<div class="footer">
|
|
<a href="privacy.html">Privacy Policy</a>
|
|
<a href="tos.html">Terms of Service</a>
|
|
</div>
|
|
|
|
<script src="map.js"></script>
|
|
|
|
<script src="https://unpkg.com/prismjs@1.29.0/components/prism-core.min.js"></script>
|
|
<script src="https://unpkg.com/prismjs@1.29.0/plugins/autoloader/prism-autoloader.min.js"></script>
|
|
</body>
|
|
</html>
|