-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (39 loc) · 1.87 KB
/
Copy pathindex.html
File metadata and controls
42 lines (39 loc) · 1.87 KB
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
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="color-scheme" content="dark" />
<meta name="theme-color" content="#0a0b10" />
<title>TypeGenius · 타자 연습</title>
<meta
name="description"
content="한글·영어 키보드 타자 연습 — 시·소설·노래·논픽션으로 연습하고, 실시간 지표와 랭킹으로 성장하세요."
/>
<!-- icons / PWA -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/png" sizes="192x192" href="/icons/icon-192.png" />
<link rel="apple-touch-icon" href="/icons/icon-192.png" />
<link rel="manifest" href="/manifest.webmanifest" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="TypeGenius" />
<!-- social -->
<meta property="og:type" content="website" />
<meta property="og:title" content="TypeGenius · 타자 연습" />
<meta
property="og:description"
content="한글·영어로 진짜 글(시·소설·노래·논픽션)을 타이핑하며 연습하는 웹앱. 실시간 지표·오답 반복·랭킹."
/>
<meta property="og:image" content="/og.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="TypeGenius · 타자 연습" />
<meta name="twitter:description" content="한글·영어 타자 연습 — 실시간 지표·오답 반복·랭킹." />
<meta name="twitter:image" content="/og.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>