-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (41 loc) · 2.43 KB
/
index.html
File metadata and controls
42 lines (41 loc) · 2.43 KB
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
38
39
40
41
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>SEGA Storemap (セガ店舗マップ)</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=M+PLUS+1:400,700&display=swap" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"></script>
<link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.5.3/dist/MarkerCluster.css" />
<link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.5.3/dist/MarkerCluster.Default.css" />
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
<script src="https://unpkg.com/leaflet.markercluster@1.5.3/dist/leaflet.markercluster.js"></script>
<script src="https://unpkg.com/maplibre-gl@5.6.1/dist/maplibre-gl.js"></script>
<script src="https://unpkg.com/@maplibre/maplibre-gl-leaflet@0.1.1/leaflet-maplibre-gl.js"></script>
<meta name="keywords" content="sega, tenpo, map, セガ, 店舗, マップ, 音ゲー, オンゲキ, maimai, CHUNITHM">
<meta name="google" content="notranslate">
<meta name="theme-color" content="#333333">
<meta name="referrer" content="no-referrer">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<meta name="description" content="セガ店舗マップ">
<link rel="shortcut icon" href="./static/favicon.ico">
<link rel="apple-touch-icon" href="./static/icon_iphone.png">
<link rel="stylesheet" href="./static/main.css">
</head>
<body>
<div id="search-box">
<span id="last-modified"></span>
<br>
<select onchange="chooseGame(this.value);">
<option value="duplicate">全機種対応 (all-in-one)</option>
<option value="ongeki">オンゲキ</option>
<option value="chunithm">CHUNITHM</option>
<option value="maimai">maimai</option>
</select>
<br>
<iframe src="https://ghbtns.com/github-btn.html?user=bemusicscript&repo=storefinder&type=star&count=false&size=large" frameborder="0" scrolling="0" width="75" height="30" title="GitHub"></iframe>
</div>
<div id="map"></div>
<script defer src="./static/maps.js"></script>
</body>
</html>