forked from HOSICT/DISEARCH-FRONT-END
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (26 loc) · 1.28 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
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/reset.min.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<meta name="google-site-verification" content="q9x7v3OCZ9KTW_JeVWCs9PFKl3oQCviK82JokLkQmzY" />
<meta name="description" content="Discord 커뮤니티 사이트" />
<meta name="keywords" content="Discord, 디스코드, Disearch, 디스서치, 디스코드 커뮤니티" />
<meta property="og:title" content="DISEARCH - 디스코드 커뮤니티" />
<meta property="og:description" content="Discord 커뮤니티 사이트" />
<meta property="og:url" content="https://disearch.vercel.app/" />
<meta property="og:site_name" content="DISEARCH - 디스코드 커뮤니티" />
<meta property="og:locale" content="ko_KR" />
<meta property="og:image" content="https://disearch.vercel.app/DISEARCH.gif" />
<meta property="og:image:width" content="800" />
<meta property="og:image:height" content="400" />
<meta property="og:type" content="website" />
<title>DISEARCH</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>