-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
28 lines (26 loc) · 980 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
28
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=no"
/>
<link rel="icon" href="/src/assets/images/clean-head.png" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.review-ranger.shop/" />
<meta property="og:title" content="리뷰레인저 ReviewRanger" />
<meta property="og:image" content="/og-rr.png" />
<meta
property="og:description"
content="프로젝트 리뷰를 시각화하여 효과적으로 피드백을 확인하고, 리뷰 목록을 손쉽게 관리할 수 있는 서비스"
/>
<meta property="og:site_name" content="ReviewRanger" />
<meta property="og:locale" content="ko_KR" />
<title>리뷰레인저 ReviewRanger</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>