forked from FRONTENDSCHOOL6/react-project-7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (36 loc) · 1.25 KB
/
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
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="stylesheet"
type="text/css"
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css"
/>
<link rel="icon" type="image/svg+xml" href="/assets/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8" />
<meta property="og:locale" content="Kor" />
<meta property="og:type" content="website" />
<meta name="keywords" content="ott, 타잉, tv, 프로그램" />
<meta
name="author"
content="멋쟁이사자처럼 프론트엔드스쿨 6기 -7ㅏ-7ㅏ오 7ㅏ즈아 - 김경아, 노치현, 양시연, 이예나"
/>
<meta
property="og:image"
content="https://github.com/FRONTENDSCHOOL6/react-project-7/assets/101504272/ff991e6a-3b64-4b5d-83b3-5a6e8ac1722d"
/>
<meta
property="og:url"
content="https://frontendschool6.github.io/react-project-7/"
data-rh="true"
/>
<meta name="theme-color" content="#FF153C" />
<meta name="apple-mobile-web-app-status-bar-style" content="#FF153C" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>