<!DOCTYPE html>
<html lang="ja">
<head>
<!-- <script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@v0.151.3/build/three.module.js",
"three/addons/": "https://unpkg.com/three@v0.151.3/examples/jsm/"
}
}
-->
<title>Yuza-shop</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet"
href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY="
crossorigin="" />
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script> <!-- (1) -->
<!-- <script src="https://unpkg.com/leaflet@1.7.1/dist/leaflet.js"></script> -->
<style type="text/css">
div#mymap {width: 90vw; height: 80vh; margin: 0 auto;}
</style>
<h1>Home_Yuza-shop</h1>
<div id="mymap"></div> <!-- (3) -->
<!-- #mymap であるdivを配置したあとで (4) -->
<script type="text/javascript" src="Leaflet_map.js" charset="utf-8">
</script>
</body>
</html>