-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (32 loc) · 1.59 KB
/
index.html
File metadata and controls
35 lines (32 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<title>webmap.dev</title>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover">
<meta name="theme-color" content="#4CAF50">
<meta name="description" content="GPS mapping and trail recording with offline support">
<meta property="og:type" content="website">
<meta property="og:title" content="webmap.dev">
<meta property="og:description" content="Record GPS trails. Offline maps. No account.">
<meta property="og:image" content="https://webmap.dev/og-image.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="webmap.dev — record GPS trails, offline maps, no account">
<meta property="og:url" content="https://webmap.dev/">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="webmap.dev">
<meta name="twitter:description" content="Record GPS trails. Offline maps. No account.">
<meta name="twitter:image" content="https://webmap.dev/og-image.png">
<meta name="twitter:image:alt" content="webmap.dev — record GPS trails, offline maps, no account">
<link rel="icon" type="image/svg+xml" href="/logo-color-v1.1.svg">
<link rel="manifest" href="/manifest.webmanifest">
</head>
<body>
<div id="map"></div>
<div id="offline-banner" class="offline-banner">
<span>You are offline — cached tiles and GPS recording still work</span>
</div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>