-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (23 loc) · 1.07 KB
/
index.html
File metadata and controls
25 lines (23 loc) · 1.07 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/Symbol.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>INSIGHT BOX</title>
<!-- SEO -->
<meta name="description" content="나의 인사이트를 모아보는 북마크 플랫폼, INSIGHT BOX" />
<meta name="keywords" content="북마크, 인사이트, 콘텐츠 저장, INSIGHT BOX" />
<meta name="author" content="INSIGHT BOX" />
<!-- Open Graph (카카오톡, 페북 공유) -->
<meta property="og:type" content="website" />
<meta property="og:title" content="INSIGHT BOX | 나의 인사이트를 한곳에" />
<meta property="og:description" content="나의 인사이트를 모아보는 북마크 플랫폼, INSIGHT BOX" />
<meta property="og:image" content="https://insightbox.cloud/og-image.png" />
<meta property="og:url" content="https://insightbox.cloud/" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>