forked from KeunSori/KeunSori-Web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 906 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 906 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/image/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="홍익대학교 컴퓨터공학과 밴드학회 큰소리입니다!" />
<title>큰소리</title>
<meta property="og:title" content="큰소리 - 홍익대 컴공 밴드 학회" />
<meta property="og:description" content="홍익대학교 컴퓨터공학과 밴드학회 큰소리의 공식 홈페이지입니다!" />
<meta property="og:image" content="https://keunsori.com/image/logo.svg" />
<meta property="og:url" content="https://keunsori.com" />
<meta property="og:type" content="website" />
</head>
<body>
<div id="root"></div>
<div id="modal-root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>