Newer
Older
stamp-2022 / koki / stamp.html
@Ito Koki Ito Koki on 15 Nov 930 bytes add css
<!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="stamp.js" charset="utf-8">
</script>
<script src="singleclick.js"></script>
<script type="text/javascript" src="csv.min.js"></script>
<style type="text/css">
<link rel="stylesheet" type="text/css" href="smp.css">
</style>
</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="map"></div>
</div>
<!-- <p id="info"></p> for debug -->
<h2>概要</h2>
<p id="info">マーカーをクリックしてね</p> 
<h2>スタンプ</h2>
<div id="stamp">
</div>


</body>
</html>