Newer
Older
2021-RinoIto / domon.html
<!DOCTYPE html>
    <html lang="ja">
    <head>
    <link rel="stylesheet" href="https://www.yatex.org/libcache/leaflet-1.7.1/leaflet.css" />
    <script src="https://www.yatex.org/libcache/leaflet-1.7.1/leaflet.js"></script>
    <style>
    div#hogemap {width: 90vw; height: 80vh; margin: 0 auto;}
    </style>
    </head>
    <body>
    <h1 id="latlng">私の最初のマップ</h1>
    <div id="hogemap">
    	
    </div>
    <script type="text/javascript" src="domon.js" charset="utf-8">
     
    </script>
    </body>
    </html>