-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (58 loc) · 1.22 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
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
href="/favicon.ico"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>Absolute Tempo / 絶対テンポ感</title>
<meta
name="twitter:card"
content="summary"
/>
<meta
name="twitter:creator"
content="@p_craft"
/>
<meta
property="og:title"
content="Absolute Tempo / 絶対テンポ感"
/>
<meta
property="og:type"
content="website"
/>
<meta
property="og:locale"
content="ja"
/>
<meta
property="og:locale:alternate"
content="en"
/>
<meta
property="og:url"
content="https://ef81sp.github.io/absolute-tempo/"
/>
<meta
property="og:image"
content="https://ef81sp.github.io/absolute-tempo/music_metronome.png"
/>
<meta
property="og:description"
content="A game of guessing or accurately representing tempo. / テンポを推測したり正確に表したりするゲーム。"
/>
</head>
<body>
<div id="app"></div>
<script
type="module"
src="/src/main.ts"
></script>
</body>
</html>