forked from TEAM-SEONYAK/SEONYAK_CLIENT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (22 loc) · 891 Bytes
/
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
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Cross-Origin-Opener-Policy" content="same-origin-allow-popups" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link
rel="stylesheet"
as="style"
crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/variable/pretendardvariable.min.css" />
<title>선약</title>
<meta property="og:title" content="진로 고민, 선약과 함께 해답을 찾다" />
<meta property="og:description" content="막막한 진로 고민을 해결해 줄 선배와의 특별한 약속" />
<meta property="og:image" content="" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>