Newer
Older
rain_disaster_map / nikko / kazanbai.html
@natto natto on 26 Oct 2018 819 bytes kazanbaianddeiryu
<!DOCTYPE html>
<html lang="ja">
<head>
<title>火山灰と追いかけっこ!</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://www.yatex.org/gitbucket/natto/leaflet/raw/master/leaflet.css" />
<script src="https://www.yatex.org/gitbucket/natto/leaflet/raw/master/leaflet.js"></script>


<style type="text/css">
<!--
div#mymap {width: 90vw; height: 80vh; margin: 0 auto;}

-->
</style>
</head>

<body>
  <h1>火山灰からひよこちゃんをまもろう!</h1>
  <button type="button" id="str">start</button>
  <button type="button" id="stp">stop</button>
<div id="mymap"></div>

<script type="text/javascript" src="./hai_gps.js" charset="utf-8"></script>
<script type="text/javascript" src="./catgps_B.js" charset="utf-8"></script>
</body>
</html>