-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (25 loc) · 923 Bytes
/
index.html
File metadata and controls
26 lines (25 loc) · 923 Bytes
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
<!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" />
<meta name="description" content="ESC - 위기에 빠진 율전을 구하라" />
<meta
name="keywords"
content="ESC, SKKU, 성균관대학교, 방탈출, 온라인, 게임, 온라인 방탈출"
/>
<title>ESC - ESCAPE SKKU CAMPUS: 온라인 방탈출</title>
<meta property="og:type" content="website" />
<meta
property="og:title"
content="ESC - ESCAPE SKKU CAMPUS: 온라인 방탈출"
/>
<meta property="og:description" content="ESC - 위기에 빠진 율전을 구하라" />
<meta property="og:image" content="/og-image.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>