Newer
Older
j2321-tanakai / index.html
@Tanakai Fuga Tanakai Fuga on 1 Sep 2024 809 bytes Update index.html
<!DOCTYPE html>
<html>
<head>
<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>

<link rel="stylesheet" href="https://www.yatex.org/gitbucket/LeafletGo/umapleaflet/raw/2024.05alpha1/loadumap.css">
<script src="https://www.yatex.org/gitbucket/LeafletGo/umapleaflet/raw/2024.05alpha1/loadumap.js" charset="utf-8"></script>
<style>
div#mymap {width: 95vh; height: 70vh;}
</style>
</head>

<body>
<div id="mymap">
<script type="text/javascript">
Lumap.load("mymap", "fuga's map.umap");
</script>
</div>
<script src="move.js"></script>
</body>
</html>