-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (20 loc) · 854 Bytes
/
Copy pathindex.html
File metadata and controls
21 lines (20 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>이불뚫고 지붕킥</title>
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<!-- ✅ Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="이불뚫고 지붕킥" />
<meta property="og:title" content="이불뚫고 지붕킥" />
<meta property="og:description" content="잠들지 못하게 하는 당신의 생각을 이불과 함께 날려보세요-!" />
<meta property="og:image" content="/og-main-image.webp" />
<meta property="og:url" content="https://ebul-kcik.vercel.app/" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>