summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/index.html b/index.html
index 3ba426d..07db714 100644
--- a/index.html
+++ b/index.html
@@ -3,11 +3,9 @@
<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>
+ <div id="content"></div>
<noscript>This website requires JavaScript</noscript>
+ <script src="script.js"></script>
<style>
body {
max-width: 40ch;