-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (57 loc) · 1.75 KB
/
index.html
File metadata and controls
60 lines (57 loc) · 1.75 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
49
50
51
52
53
54
55
56
57
58
59
60
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="진심이 현실이 되는 공간, Fandom-K" />
<meta name="keywords" content="당신의 사랑을 Fandom-K가 함께합니다." />
<meta property="og:title" content="Fandom-K" />
<meta
property="og:description"
content="진심이 현실이 되는 공간, 당신의 사랑을 Fandom-K가 함께합니다."
/>
<meta
property="og:image"
content="https://sprint-fe-project.s3.ap-northeast-2.amazonaws.com/Fandom-K/idol/1745983896781/og-thumbnail.jpg"
/>
<meta property="og:url" content="https://fandom-k-three.vercel.app/" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Fandom-K" />
<meta
name="twitter:description"
content="진심이 현실이 되는 공간, 당신의 사랑을 Fandom-K가 함께합니다."
/>
<meta
name="twitter:image"
content="https://sprint-fe-project.s3.ap-northeast-2.amazonaws.com/Fandom-K/idol/1745983896781/og-thumbnail.jpg"
/>
<title>Fandom-K</title>
<link
rel="preload"
href="/fonts/PretendardVariable.woff2"
as="font"
type="font/woff2"
crossorigin="anonymous"
/>
<style>
.text-7xl {
font-size: 5rem;
line-height: 1;
}
.\\32 xl\:text-8xl {
font-size: 6rem;
line-height: 1;
}
.font-extralight {
font-weight: 200;
}
.ml-auto {
margin-left: auto;
}
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>