forked from wafflestudio21-5/team6-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (26 loc) · 904 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- <meta
http-equiv="Content-Security-Policy"
content="upgrade-insecure-requests"
/>-->
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:type" content="website" />
<meta property="og:title" content="왓챠피디아" />
<meta property="og:image" content="/favicon.png" />
<meta
property="og:description"
content="영화, 책, TV 프로그램 추천 및 평가 서비스"
/>
<meta property="og:site_name" content="왓챠피디아" />
<meta property="og:locale" content="ko_KR" />
<title>와플피디아 - 영화 평가 서비스</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>