Skip to content

Commit af0571d

Browse files
committed
ADD :: google search engine등록
1 parent 162ded5 commit af0571d

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

index.html

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/public/favicon.ico" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Pick</title>
8-
</head>
9-
<body>
10-
<div id="root"></div>
11-
<script type="module" src="/src/index.tsx"></script>
12-
</body>
13-
</html>
3+
4+
<head>
5+
<meta charset="UTF-8" />
6+
<link rel="icon" type="image/svg+xml" href="/public/favicon.ico" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<meta name="google-site-verification" content="f6SW0E7W4CHxa4q1JnrkwHbANIxV2jf0oNE7fGVHZn4" />
9+
<title>Pick</title>
10+
</head>
11+
12+
<body>
13+
<div id="root"></div>
14+
<script type="module" src="/src/index.tsx"></script>
15+
</body>
16+
17+
</html>

0 commit comments

Comments
 (0)