-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (41 loc) · 2.72 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="kr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="TOEFL Timer(토플 타이머)는 말하기 및 읽기 연습을 위한 간단하고 직관적인 타이머입니다. 녹음 및 결과 저장 기능 포함!" />
<meta name="keywords" content="TOEFL, Timer, TOEFL Speaking, TOEFL Reading, TOEFL 연습, 타이머, 말하기 타이머, 시험 준비, TOEFL 도구, 토플 도구, 토플 타이머, 토플 라이팅 도구, 토플 스피킹 도구, 토플 리딩 도구, 토플, 토플 스피킹, 토플 라이팅, 토플" />
<meta name="author" content="[email protected]" />
<meta property="og:title" content="토플 타이머" />
<meta property="og:description" content="TOEFL 시험 준비를 위한 강력한 도구! 말하기 타이머, 읽기 타이머 및 녹음 기능 포함." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ladianchad.github.com/toefl_timer/example.png" /> <!-- Replace with your website URL -->
<meta property="og:image" content="https://ladianchad.github.com/toefl_timer/example.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="토플 타이머" />
<meta name="twitter:description" content="TOEFL 시험 준비를 도와주는 타이머 도구입니다. 말하기 및 읽기 연습을 간편하게 관리하세요." />
<meta name="twitter:image" content="https://ladianchad.github.com/toefl_timer/example.png" /> <!-- Replace with the actual image URL -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="google-site-verification" content="iKDmeOoZm4IBYUPlrn9A8S_Mqves11sB4MMy6wznmp4" />
<title>토플 타이머</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E1LBP77LGP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-E1LBP77LGP');
</script>
<link rel="manifest" href="/manifest.json" />
<link rel="icon" href="/favicon.ico" />
<!-- Apple Touch Icon -->
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png" />
<!-- PNG Icons -->
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png" />
</head>
<body class="w-dvw h-dvh">
<div id="root" class="w-full h-full min-w-[300px] flex flex-col overflow-y-auto relative"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>