-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1.31 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/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="누구나 쉽게 코드리뷰" />
<meta name="keywords" content="코드, 리뷰, 코드리뷰" />
<meta name="author" content="CCONDAE" />
<meta property="og:type" content="website" />
<meta property="og:title" content="ANYCODE" />
<meta property="og:locale" content="ko_KR" />
<meta property="og:description" content="누구나 쉽게 코드리뷰" />
<meta property="og:image" content="/ogimage.png" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="ANYCODE" />
<meta name="twitter:description" content="누구나 쉽게 코드리뷰" />
<meta name="twitter:image" content="/ogimage.png" />
<meta property="og:url" content="https://anycode.review/" />
<meta name="canonical" href="https://anycode.review/" />
<title>ANYCODE</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>