-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (31 loc) · 1.4 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo-bg-256.png" />
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=0" />
<meta name="naver-site-verification" content="9f7ad48bdc76e74c78afb40c429afd34efee0469" />
<meta name="google-site-verification" content="KmnNmWafaWhVUXza2pdXuQpkAoWArct5NRL_yhnYIfY" />
<link rel="canonical" href="https://today-one-line.vercel.app" />
<meta name="title" content="오늘, 한 줄" />
<meta name="author" content="오늘, 하나" />
<meta
name="description"
content="지구 어딘가에서 누군가가 남긴 한 줄이 도착했습니다. 오늘, 당신의 한 줄은 무엇이었나요?"
/>
<meta name="keywords" content="한줄글, 공감, 힐링, 위로, 명언" />
<meta name="robots" content="index, follow" />
<meta property="og:type" content="website" />
<meta property="og:title" content="오늘, 한 줄" />
<meta
property="og:description"
content="지구 어딘가에서 누군가가 남긴 한 줄이 도착했습니다. 오늘, 당신의 한 줄은 무엇이었나요?"
/>
<meta property="og:site_name" content="오늘, 한 줄" />
<title>오늘, 한 줄</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>