-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
38 lines (34 loc) · 1.43 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
27
28
29
30
31
32
33
34
35
36
37
38
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo_icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="title" content="Morib" />
<meta name="description" content="당신의 온전한 몰입을 위한 작업공간. 모립" />
<title>모립</title>
<meta property="og:locale" content="ko_KR" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.morib.in" />
<meta property="og:title" content="Morib" />
<meta property="og:image" content="https://www.morib.in/morib_miri.png" />
<meta property="og:description" content="당신의 온전한 몰입을 위한 작업공간. 모립" />
<meta property="og:site_name" content="Morib" />
</head>
<script type="text/javascript">
(function(w, d, a){
w.__beusablerumclient__ = {
load : function(src){
var b = d.createElement("script");
b.src = src; b.async=true; b.type = "text/javascript";
d.getElementsByTagName("head")[0].appendChild(b);
}
};w.__beusablerumclient__.load(a + "?url=" + encodeURIComponent(d.URL));
})(window, document, "//rum.beusable.net/load/b240822e231016u809");
</script>
<body>
<div id="modal"></div>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>