-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (18 loc) · 1.09 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="ja">
<head>
<title>日本の地図 (Map of Japan)</title>
<meta name="keywords" content="日本, 日本の地域, 都道府県, 地図, 北海道, 東北, 関東, 中部, 関西, 中国, 四国, 九州">
<meta name="description" content="地域、都道府県、東京都の市区町村を含む日本のインタラクティブな地図。">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<meta property="og:image" content="https://nihon.jp7.io/img/screenshot.png" />
<meta property="og:description"
content="地域、都道府県、東京都の市区町村を含む日本のインタラクティブな地図。(An interactive map of Japan with its regions, prefectures, and Tokyo's municipalities.)">
<link media="all" rel="stylesheet" href="./css/index.css" />
<link rel="shortcut icon" href="./favicon.ico">
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script type="module" src="./js/init.js"></script>
</head>
<body></body>
</html>