-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (32 loc) · 1.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" href="/favicon.ico" /> -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+3&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="旧ソ連の地名を過去から現在まで集めたデータベース">
<meta property="og:description" content="旧ソ連の地名を過去から現在まで集めたデータベース">
<meta property="og:title" content="Soviet Placenames: 旧ソ連地名データベース">
<meta property="og:image" content="https://www.fabon.info/img/fabon.png" />
<meta property="og:url" content="https://lab.fabon.info/soviet-placenames/" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@syobon_hinata" />
<title>Soviet Placenames: 旧ソ連地名データベース</title>
</head>
<body>
<header class="header">
<div class="header-inner">
<p class="header-title">Soviet Placenames</p>
<div class="header-bar">
<p>旧ソ連地名データベース</p>
<p><a href="https://github.com/fabon-f/soviet-placenames" target="_blank" rel="noopener noreferrer">GitHub</a></p>
</div>
</div>
</header>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>