-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
28 lines (25 loc) · 1.39 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
<!DOCTYPE html>
<html lang="ko">
<head>
<title>UNION</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="당신을 위한 축제 가이드, UNION">
<meta name="description" content="즐거움이 넘치는 교내 축제가 찾아왔습니다~! 각종 부스부터 공연 일정까지 정보를 한눈에 확인하세요!"/>
<meta name="thumbnail" content="./static/KAKAO/thumbnail.png"/>
<meta property="og:url" content="https://unionfestival.kr/">
<meta property="og:type" content="website">
<meta property="og:title" content="당신을 위한 축제 가이드, UNION">
<meta property="og:description" content="즐거움이 넘치는 교내 축제가 찾아왔습니다~! 각종 부스부터 공연 일정까지 정보를 한눈에 확인하세요!"/>
<meta property="og:image" content="./static/KAKAO/thumbnail.png"/>
<link rel="icon" type="image/x-icon" href="static/UNION/main.png">
<link href="https://cdn.jsdelivr.net/gh/sun-typeface/SUIT/fonts/static/woff2/SUIT.css" rel="stylesheet">
</head>
<body>
<div id="root">
</div>
<script type="text/javascript" src="//dapi.kakao.com/v2/maps/sdk.js?appkey=4cd7e1956197110a5aebf1b46e31d84c"></script>
<script type="module" src="src/main.tsx"></script>
</body>
</html>