-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 1.07 KB
/
Copy pathindex.html
File metadata and controls
22 lines (22 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="https://api.iconify.design/solar:star-fall-minimalistic-bold-duotone.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FANDROPS | K-Pop 오픈런 드롭스 플랫폼</title>
<!-- Outfit & Plus Jakarta Sans Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap" rel="stylesheet" />
<style>
body {
font-family: 'Outfit', 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
}
</style>
</head>
<body class="bg-[#06070b] text-[#f3f4f6] font-sans antialiased overflow-x-hidden selection:bg-violet-600/30 selection:text-violet-200">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>