Newer
Older
stamp-2022 / koki / asahisub.html
@ITO Koki ITO Koki on 6 Dec 2022 909 bytes add spread sheet
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>朝日スタンプラリー</title>
<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 type="text/javascript" src="asahi.js" charset="utf-8">
</script>
<script src="singleclick.js"></script>
<script type="text/javascript" src="csv.min.js"></script>
<link rel="stylesheet" type="text/css" href="4dr.css">
</head>
<body class="asahi">
<h1>あさひたんけんマップ</h1>
<p>
<button id="start" type="button">START</button>
<button id="stop" type="button">STOP</button>
</p>

<div class="mapstage">
<div id="leftmap"></div>
<div id="rightmap"></div>
</div>
<!-- <p id="info"></p> for debug -->
<h2>スタンプ</h2>
<div id="stamp">
</div>
<p id="info">スタンプをくりっくしてね</p>

</body>
</html>