Newer
Older
system / yuugu.html
<!DOCTYPE html>
<html lang="ja">
<head>
  <title>酒田市の遊具マップ</title>
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <link rel="stylesheet" href="leaflet.css" />
  <link rel="stylesheet" href="yuugu.css" />
  <script src="leaflet.js"></script>
</head>
<body>
  <h1>酒田市の遊具マップ</h1>
  
  
  <div id="filter">
    <label><input type="checkbox" value="すべり台" checked>すべり台</label>
    <label><input type="checkbox" value="ブランコ" checked>ブランコ</label>
    <label><input type="checkbox" value="鉄棒" checked>鉄棒</label>
    <label><input type="checkbox" value="ジャングルジム" checked>ジャングルジム</label>
  </div>
  
  
  
  
  <div id="mymap"></div>
  <script src="yobidasi.js"></script>
</body>
</html>