-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
51 lines (47 loc) · 1.74 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
44
45
46
47
48
49
50
51
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
type="image/svg+xml"
href="https://i.ibb.co/0V4VB3T/og-icon.png"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Fandom-K | 2팀</title>
<meta name="title" content="Fandom-K | 2팀" />
<meta name="author" content="6th code-It_Sprint Part2_Team2" />
<meta name="keywords" content="code-it, sprint, team2, Fandom-K" />
<meta
name="description"
content="FANDOM-K 내가 좋아하는 아이돌을 가장 쉽게 덕질하는 방법 | 코드잇 스프린트 6기 파트2 2팀의 팀프로젝트 입니다."
/>
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Fandom-K | 2팀" />
<meta
property="og:description"
content="FANDOM-K 내가 좋아하는 아이돌을 가장 쉽게 덕질하는 방법 | 코드잇 스프린트 6기 파트2 2팀의 팀프로젝트 입니다."
/>
<meta
property="og:image"
content="https://i.ibb.co/rFXSh3N/2024-05-15-144817.png"
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="Fandom-K | 2팀" />
<meta
property="twitter:description"
content="FANDOM-K 내가 좋아하는 아이돌을 가장 쉽게 덕질하는 방법 | 코드잇 스프린트 6기 파트2 2팀의 팀프로젝트 입니다."
/>
<meta
property="twitter:image"
content="https://i.ibb.co/rFXSh3N/2024-05-15-144817.png"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>