-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (44 loc) · 1.76 KB
/
index.html
File metadata and controls
48 lines (44 loc) · 1.76 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
43
44
45
46
47
48
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>취해 - 취준생 고민 해결 서비스</title>
<meta name="title" content="취해 - 취준생 고민 해결 서비스" />
<meta
name="description"
content="고민을 공유하고, 투표를 통해 빠른 의사결정을 도움받아 보세요!"
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://chwihae.vercel.app/" />
<meta property="og:title" content="취해 - 취준생 고민 해결 서비스" />
<meta
property="og:description"
content="고민을 공유하고, 투표를 통해 빠른 의사결정을 도움받아 보세요!"
/>
<meta
property="og:image"
content="https://github.com/chwihae/frontend/assets/90189513/525b8c24-ae07-4671-86b1-0a0c99b109a6"
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://chwihae.vercel.app/" />
<meta property="twitter:title" content="취해 - 취준생 고민 해결 서비스" />
<meta
property="twitter:description"
content="고민을 공유하고, 투표를 통해 빠른 의사결정을 도움받아 보세요!"
/>
<meta
property="twitter:image"
content="https://github.com/chwihae/frontend/assets/90189513/525b8c24-ae07-4671-86b1-0a0c99b109a6"
/>
<link rel="icon" type="image/svg+xml" href="./src/assets/icon_logo.svg" />
<title>취해~</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>