Newer
Older
2021-kaoka / index.html
@歌岡大祐 歌岡大祐 on 20 Aug 2021 551 bytes update
<!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>
<script src="https://www.yatex.org/libcache/leaflet-plugins-2.0.0/layer/tile/Bing.js"></script>

<style>
div#hogemap {width: 90vw; height: 80vh; margin: 0 auto;}
</style>
</head>
<body>
<h1 id="latlng">Kaokaの実験Map</h1>
<div id="hogemap">
</div>
</body>
<script type="text/javascript" src="kokudo.js" charset="utf-8"></script>

</html>