-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (44 loc) · 1.77 KB
/
Copy pathindex.html
File metadata and controls
50 lines (44 loc) · 1.77 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- 페이스북 미리보기 -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Rolling" />
<meta property="og:url" content="https://rolling-vert.vercel.app/" />
<meta property="og:title" content="💌 롤링페이지에 메시지를 남겨보세요!" />
<meta property="og:description" content="따뜻한 한 마디를 전해보세요 ✨" />
<meta
property="og:image"
content="https://rolling-vert.vercel.app/images/previewImg.png"
/>
<!-- 트위터 미리보기 -->
<meta name="twitter:title" content="💌 롤링페이퍼에 메시지를 남겨보세요!" />
<meta name="twitter:description" content="따뜻한 한 마디를 전해보세요 ✨" />
<meta
name="twitter:image"
content="https://rolling-vert.vercel.app/images/previewImg.png"
/>
<!-- 파비콘 -->
<link rel="icon" href="icons/favicon.svg" />
<!-- 카카오 공유 api init -->
<script
src="https://t1.kakaocdn.net/kakao_js_sdk/2.7.5/kakao.min.js"
integrity="sha384-dok87au0gKqJdxs7msEdBPNnKSRT+/mhTVzq+qOhcL464zXwvcrpjeWvyj1kCdq6"
crossorigin="anonymous"
></script>
<title>Rolling</title>
<!-- 카카오 공유 api init -->
<script
src="https://t1.kakaocdn.net/kakao_js_sdk/2.7.5/kakao.min.js"
integrity="sha384-dok87au0gKqJdxs7msEdBPNnKSRT+/mhTVzq+qOhcL464zXwvcrpjeWvyj1kCdq6"
crossorigin="anonymous"
></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>