blob: 3ba426d2b10dfa7420444c67245c0b280b430f53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<html>
<meta charset="utf-8">
<title>Share a geographic position</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<body>
<h1 id="heading"></h1>
<div id="instructions" hidden>Open in</div>
<ul id="links"></ul>
<script src="script.js"></script>
<noscript>This website requires JavaScript</noscript>
<style>
body {
max-width: 40ch;
margin: 1em auto;
font-size: 1.2em;
}
li {
padding: 1em;
}
</style>
</body>
</html>
|