-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (47 loc) · 1.57 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
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link
rel="icon"
type="image/svg+xml"
href="https://sorami.dev/_assets/favicon.svg"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>東海道中スクロール栗毛 | Sorami.dev</title>
<meta property="og:title" content="東海道中スクロール栗毛" />
<meta property="og:site_name" content="sorami.dev" />
<meta
property="og:url"
content="https://sorami.dev/tokaido-scrollytelling/"
/>
<meta
property="og:description"
content="Scrollytelling the 53 Stations of the Tōkaidō in Japan."
/>
<meta property="og:type" content="article" />
<meta
property="og:image"
content="https://sorami.dev/tokaido-scrollytelling/social.jpeg"
/>
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@sorami" />
<meta name="twitter:creator" content="@sorami" />
<meta name="twitter:title" content="東海道中スクロール栗毛" />
<meta
name="twitter:description"
content="Scrollytelling the 53 Stations of the Tōkaidō in Japan."
/>
<meta
name="twitter:image"
content="https://sorami.dev/tokaido-scrollytelling/social.jpeg"
/>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>