-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
23 lines (23 loc) · 949 Bytes
/
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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="description" content="자서전 공유 서비스" />
<meta property="og:image" content="/share.png" />
<meta property="og:image:width" content="800" />
<meta property="og:image:height" content="400" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://bigtoria.netlify.app" />
<meta property="og:title" content="빅토리아" />
<meta property="og:description" content="자서전 공유 서비스" />
<meta property="og:site_name" content="빅토리아" />
<meta property="og:locale" content="ko" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>빅토리아</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>