forked from Passtival/passtival-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 939 Bytes
/
index.html
File metadata and controls
30 lines (30 loc) · 939 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
27
28
29
30
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<meta property="og:title" content="passtival" />
<meta
property="og:description"
content="안양대 축제를 한눈에 담은 단 하나의 서비스"
/>
<meta property="og:url" content="https://passtival.co.kr" />
<meta property="og:image" content="https://passtival.co.kr/og_v2.png" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css"
/>
<link rel="icon" type="image/svg+xml" href="/src/assets/svg/logo.svg" />
<title>Passtival</title>
</head>
<body>
<div id="root"></div>
<script
type="module"
src="/src/app/main.tsx"
></script>
</body>
</html>