-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 954 Bytes
/
index.html
File metadata and controls
20 lines (20 loc) · 954 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">
<title>Orbit</title>
<link rel="stylesheet" type="text/css" href="https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css">
<link rel="shortcut icon" href="/favicon.ico?">
<meta property="og:title" content="Orbit(무드 다이어리)" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://orbit-in-space.com/" />
<meta property="og:image" content="https://orbit-in-space.com/static/images/thumbnail.png?d3bb3c4f0d926a627793c123e502789c"/>
<meta property="og:image:type" content="image/png" />
<meta property="og:image:alt" content="Orbit thumbnail" />
<meta property="og:description" content="당신의 우주를 만들어보세요" />
</head>
<body>
<div id="app"></div>
</body>
</html>