forked from Team-Remini/Remini-FE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/public/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
http-equiv="Content-Security-Policy"
content="upgrade-insecure-requests"
/>
<!-- URL 프리뷰를 위한 Open Graph 메타 태그 추가 -->
<meta property="og:title" content="REMINI" />
<meta property="og:description" content="맞춤 회고 유형 추천 및 가이드" />
<meta
property="og:image"
content="https://github.com/Team-Remini/Remini-Public-img/assets/104755384/a5efebb5-3655-4b01-9dcf-f77da70e988a"
/>
<meta property="og:url" content="https://remini.vercel.app/" />
<title>REMINI</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>