-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 1.1 KB
/
index.html
File metadata and controls
23 lines (23 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>홍익대학교 DevTalk Seminar</title>
<link rel="icon" type="image/svg+xml" href="/dev.svg" />
<meta name="description" content="홍익대학교 학우들을 위한 IT 세미나" />
<link rel="preload" href="/videos/mainPoster_fast.mp4" as="video" type="video/mp4" />
<!-- Open Graph (카톡/페북/슬랙 공유용) -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://hongikdevtalk.com/" />
<meta property="og:title" content="홍익대학교 DevTalk Seminar" />
<meta property="og:description" content="홍익대학교 학우들을 위한 IT 세미나" />
<meta property="og:image" content="https://hongikdevtalk.com/og-thumbnail.png" />
<meta property="og:site_name" content="홍익대학교 DevTalk Seminar" />
<meta property="og:locale" content="ko_KR" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>