-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1.04 KB
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
type="image/svg+xml"
href="https://i.ibb.co/7Ry0jpw/001-2.png"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="jingjing2222 독후감 사이트" />
<meta name="author" content="jingjing2222" />
<meta property="og:title" content="Rebiewook" />
<meta property="og:description" content="jingjing2222 독후감 사이트" />
<meta
property="og:image"
content="https://blogpfthumb-phinf.pstatic.net/MjAyNDEwMDdfMjMx/MDAxNzI4MjYzMTA0NzUw.FbYh7XyvweyOmyPdrRwVS7vNFcFFWpiLEULuMYoYCjwg.MV-ux-a41it77d4-HZaZp_7qdqWL5EZ29M8bqnwNH6Yg.JPEG/profileImage.jpg?type=w161"
/>
<meta property="og:url" content="사이트url" />
<title>Rebiewook</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>