-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (42 loc) · 1.86 KB
/
index.html
File metadata and controls
42 lines (42 loc) · 1.86 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-KR">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#4F5BFF" />
<title>또랑</title>
<meta name="description" content="가장 쉽고 빠른 발표 피드백, 또랑" />
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin />
<link
id="pretendard-font-stylesheet"
rel="stylesheet"
media="print"
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css"
/>
<noscript>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css"
/>
</noscript>
<link rel="manifest" href="site.webmanifest" />
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="또랑" />
<meta property="og:type" content="website" />
<meta property="og:title" content="또랑" />
<meta property="og:description" content="가장 쉽고 빠른 발표 피드백, 또랑" />
<meta property="og:image" content="/og-image.png" />
<meta property="og:locale" content="ko_KR" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="또랑" />
<meta name="twitter:description" content="가장 쉽고 빠른 발표 피드백, 또랑" />
<meta name="twitter:image" content="/og-image.png" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96" />
<link rel="shortcut icon" href="favicon.ico" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>