-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (40 loc) · 1.89 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
<!Doctype html>
<html lang="ko">
<head>
<title>ttalkkak Dev</title>
<link rel="manifest" href="/manifest.json">
<link rel="apple-touch-icon" sizes="2048x2048" href="/assets/ttalkkak.png">
<link rel="icon" type="image/png" sizes="2048x2048" href="/assets/ttalkkak.png">
<meta charset="UTF-8">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/assets/ttalkkak.png">
<meta id="theme-color" name="theme-color" content="#343434">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="ttalkkak">
<meta name="description" content="Typing practice website">
<meta name="thubmnail" content="/assets/thumbnail.png">
<meta property="og:title" content="ttalkkak">
<meta property="og:description" content="Typing practice website">
<meta property="og:image" content="/assets/thumbnail.png">
<meta property="og:url" content="https://ttalkkak.github.io">
<meta property="og:site_name" content="ttalkkak">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<meta property="og:locale:alternate" content="ko_KR">
<meta property="twitter:card" content="summary">
<meta property="twitter:title" content="ttalkkak">
<meta property="twitter:description" content="Typing practice website">
<meta property="twitter:image" content="/assets/thumbnail.png">
<meta property="twitter:url" content="https://ttalkkak.github.io">
<meta property="twitter:site" content="@ttalkkak_">
<meta property="twitter:creator" content="@ttalkkak_">
<style>
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fastly.jsdelivr.net/npm/galmuri@latest/dist/galmuri.css');
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>