Newer
Older
2022-yuuji-TwinMapWithImage / asahi.html
@Ito Koki Ito Koki on 22 Sep 2022 947 bytes add stamp
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<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"><!-- for debug --></p>
  <h2>スタンプ</h2>
  <img id="image1" src="img.png">
  <img id="image2" src="img.png">
  <img id="image3" src="img.png">
  <img id="image4" src="img.png">
  
</body>
</html>