forked from GDSC-Hongik/gdsc-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (27 loc) · 1013 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
25
26
27
28
29
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/static/woff2/SUIT.css"
rel="stylesheet" />
<title>GDSC Hongik</title>
<meta property="og:type" content="website" />
<meta
property="og:title"
content="GDSC Hongik 온보딩
" />
<meta property="og:image" content="/og-images.png" />
<meta
property="og:description"
content="홍익대학교 최대 규모의 개발 커뮤니티 GDSC Hongik에서 개발자로서 성장할 기회를 얻고, 다양한 네트워킹 이벤트를 경험해보세요." />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>