-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
54 lines (52 loc) · 2.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!doctype html>
<html lang="ko">
<head>
<!-- HTML Meta Tags -->
<title>Login :: Emotree</title>
<meta
name="keywords"
content="로그인, Emotree 로그인, 이모트리, Emotree, ETT, 이모션트리"
/>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#2b5797" />
<meta name="theme-color" content="#0d1600" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8" />
<meta
name="description"
content="Emotree에 로그인 하고 나를 위한 감정나무 서비스를 이용해 보세요."
/>
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://emotree.yoyobar.xyz" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Login :: Emotree" />
<meta
property="og:description"
content="Emotree에 로그인 하고 나를 위한 감정나무 서비스를 이용해 보세요."
/>
<meta property="og:image" content="https://emotree.yoyobar.xyz/og.png" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="emotree.yoyobar.xyz" />
<meta property="twitter:url" content="https://emotree.yoyobar.xyz" />
<meta name="twitter:title" content="Login :: Emotree" />
<meta
name="twitter:description"
content="Emotree에 로그인 하고 나를 위한 감정나무 서비스를 이용해 보세요."
/>
<meta name="twitter:image" content="https://emotree.yoyobar.xyz/og.png" />
<meta name="naver-site-verification" content="5367d2c59a8c33ad4290ecf588297f7f86a20339" />
<meta
name="google-site-verification"
content="jZMBF77CHHOLwNMrLXxa6qhJeQMM6YkPdYrBdblv8IE"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>