-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
37 lines (37 loc) · 1.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="/favicon.png" />
<meta charset="UTF-8" />
<meta
name="description"
content="身についてる?ショートカットキークイズ。クイズに答えてたのしく練習、普段の作業を効率化!"
/>
<meta
name="keywords"
content="ショートカットキー,ショートカット,キーボードショートカット,shortcut key,hot key"
/>
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@AudioStakes" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
property="og:description"
content="身についてる?ショートカットキークイズ。クイズに答えてたのしく練習、普段の作業を効率化!"
/>
<meta property="og:image:height" content="315" />
<meta property="og:image:width" content="600" />
<meta
property="og:image"
content="https://shortype.vercel.app/twitter_logo.png"
/>
<meta property="og:site_name" content="Shortype" />
<meta property="og:title" content="Shortype" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://shortype.vercel.app/" />
<title>Shortype</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>