-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 956 Bytes
/
index.html
File metadata and controls
24 lines (24 loc) · 956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/rolling.png" />
<link
rel="stylesheet"
href="https://unpkg.com/react-quill@1.3.3/dist/quill.snow.css"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:url" content="https://rolling-fe.vercel.app/">
<meta property="og:title" content="롤링페이퍼">
<meta property="og:type" content="website">
<meta property="og:image" content="https://rolling-fe.vercel.app/previewImg.png">
<meta property="og:description" content="누구나 손쉽게, 온라인 롤링 페이퍼를 만들어 보세요">
<title>롤링페이퍼</title>
<script src="https://developers.kakao.com/sdk/js/kakao.js"></script>
</head>
<body>
<div id="root"></div>
<div id="toast"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>