-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (34 loc) · 1.59 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="robots" content="noindex" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Roulette japan</title>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ=="
crossorigin=""/>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"
integrity="sha512-gZwIG9x3wUXg2hdXF6+rVkLF/0Vi9U8D2Ntg4Ga5I5BZpVkVxlJWbSQtXPSiUTtC0TjtGOmxa1AJPuV0CPthew=="
crossorigin=""></script>
<!-- plugin -->
<link rel="stylesheet" href="css/L.Control.ZoomLabel.css" />
<script src="js/L.Control.ZoomLabel.js"></script>
<!-- plugin -->
<link rel="stylesheet" media="screen" href="css/styles.css">
</head>
<body>
<img id="speaker_icon" src='img/icon_120980_256.png'>
<div id="count_down"></div>
<a class="btn btn-border" id="btn_id">PUSH</a>
<!-- ボタンタグ -->
<!-- <button type="button" class="btn btn-border" id="btn_id">PUSH</button> -->
<div class="roulette_container" id="roulette"></div>
<div id="answer"></div>
<div class="zoom_feature_all_btn" id="zoomstyle">全体</div>
<div id="mapid"></div>
<p class="terms_of_service">ポリゴンデータ:「国土数値情報(行政区域データ)」(国土交通省)(https://nlftp.mlit.go.jp/ksj/gml/datalist/KsjTmplt-N03-v3_0.html)を加工して作成</p>
<script src="prefectures.js"></script>
<script src="js/roulette.js"></script>
</body>
</html>