diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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; |