<!DOCTYPE html> <head> <meta charset="utf-8"> <title>soundoar</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="https://unpkg.com/leaflet@1.3.1/dist/leaflet.css" integrity="sha512-Rksm5RenBEKSKFjgI3a41vrjkw4EVPlJ3+OiI65vTjIdo9brlAacEuKOiQ5OFh7cOI1bkDwLqdLw3Zg0cRJAAQ==" crossorigin=""> <link rel="stylesheet" href="pointer.css" type="text/css"> <script src="https://unpkg.com/leaflet@1.3.1/dist/leaflet.js" integrity="sha512-/Nsx9X4HebavoBvEBuyp3I7od5tA0UzAxs+j83KgC8PU0kgB4XiK4Lfe4y4cgBtaRJQEIFCW+oC506aPT2L1zw==" crossorigin=""></script> <style type="text/css"> <!-- #mapid { height: 400px; width: 600px} --> </style> </head> <body> <form action="http://example.com/cgi-bin/upload.cgi" method="post" enctype="multipart/form-data" > <input type="file" value="send to file" > </form> <div id="mapid"> <a class="pc_link" href="#">pc</a> <a class="tb_link" href="#">tb</a> <a class="sp_link" href="#">sp</a> </div> <button id="btnCurLocation" onClick="setCurLocation()">get your current location</button><br> <input type="checkbox" value=yes id="soundon" name="sound" text="ON" class="textbox"> <label for="soundon">sound on</label> <script src="script.js"> </script> </body> </html>