forked from debate-timer/debate-timer-fe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (34 loc) · 1.08 KB
/
index.html
File metadata and controls
34 lines (34 loc) · 1.08 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
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/debate_logo.jpg" />
<link
rel="stylesheet"
as="style"
crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Debate Timer - 효율적인 토론용 타이머입니다."
/>
<meta
name="keywords"
content="debate, timer, debate timer, 토론, 토론 관리, 토론 시간, 토론 타이머, 토론용 타이머"
/>
<meta property="og:title" content="Debate Timer" />
<meta property="og:type" content="website" />
<meta
property="og:description"
content="Debate Timer - 효율적인 토론용 타이머입니다."
/>
<meta property="og:image" content="/debate_logo.jpg" />
<title>Debate Timer</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>