Newer
Older
2021-masuko / index.html
@masuko keigo masuko keigo on 23 Aug 2021 532 bytes idを追加した
<!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">Map</h1>
<div id="hogemap">
	
</div>
<script type="text/javascript" src="hogemap.js" charset="utf-8"></script>
/* domon.js - 北緯38.891度, 東経139.824度, ズームレベル16 で地図表示 */

</body>
</html>