-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (27 loc) · 1.45 KB
/
index.html
File metadata and controls
30 lines (27 loc) · 1.45 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/devicelife.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Device Life</title>
<meta name="description" content="나에게 딱 맞는 최적의 기기 조합을 찾아보세요" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Device Life" />
<meta property="og:title" content="Device Life" />
<meta property="og:description" content="나에게 딱 맞는 최적의 기기 조합을 찾아보세요" />
<meta property="og:url" content="https://devicelife.site" />
<meta property="og:image" content="https://devicelife.site/og-thumbnail.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Device Life" />
<meta name="twitter:description" content="나에게 딱 맞는 최적의 기기 조합을 찾아보세요" />
<meta name="twitter:image" content="https://devicelife.site/og-thumbnail.png" />
<meta property="kakao:title" content="Device Life" />
<meta property="kakao:description" content="나에게 딱 맞는 최적의 기기 조합을 찾아보세요" />
<meta property="kakao:image" content="https://devicelife.site/og-thumbnail.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>