-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 973 Bytes
/
index.html
File metadata and controls
23 lines (23 loc) · 973 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="kr">
<head>
<meta charset="UTF-8" />
<meta name="naver-site-verification" content="4573040a6e94f495432fc813d05eca1ae70fad8a" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="title" content="ClickMeee">
<meta name="description" content="클릭 클릭 어서와서 클릭해줘">
<meta name="robots" content="index,nofollow">
<meta charset="utf-8">
<meta property="og:url" content="클릭해줘.메인.한국">
<meta property="og:title" content="ClickMeee">
<meta property="og:type" content="website">
<meta property="og:image" content="https://cdn.pixabay.com/photo/2018/02/17/21/56/cute-3161014_1280.jpg">
<meta property="og:description" content="클릭 클릭 어서와서 클릭해줘">
<title>Click Meee</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>