Skip to content

Commit 720df1e

Browse files
committed
feat :: 검색엔진
1 parent 6f44424 commit 720df1e

File tree

2 files changed

+42
-39
lines changed

2 files changed

+42
-39
lines changed

index.html

Lines changed: 42 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,44 @@
11
<!doctype html>
22
<html lang="en">
3-
<head>
4-
<!-- Google Tag Manager -->
5-
<script>
6-
(function (w, d, s, l, i) {
7-
w[l] = w[l] || [];
8-
w[l].push({ "gtm.start": new Date().getTime(), event: "gtm.js" });
9-
var f = d.getElementsByTagName(s)[0],
10-
j = d.createElement(s),
11-
dl = l != "dataLayer" ? "&l=" + l : "";
12-
j.async = true;
13-
j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl;
14-
f.parentNode.insertBefore(j, f);
15-
})(window, document, "script", "dataLayer", "GTM-WP2L9WKN");
16-
</script>
17-
<!-- End Google Tag Manager -->
18-
<meta charset="UTF-8" />
19-
<link rel="icon" type="image/svg+xml" href="/public/favicon.ico" />
20-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
21-
<meta
22-
name="description"
23-
content="2AlElbziBNIvwaiKInHFO5I2Xi5_kIVB0X7HH7F3NGg"
24-
/>
25-
<title>PiCK</title>
26-
</head>
27-
<body>
28-
<div id="root"></div>
29-
<script type="module" src="/src/index.tsx"></script>
30-
</body>
31-
<!-- Google Tag Manager (noscript) -->
32-
<noscript
33-
><iframe
34-
src="https://www.googletagmanager.com/ns.html?id=GTM-WP2L9WKN"
35-
height="0"
36-
width="0"
37-
style="display: none; visibility: hidden"
38-
></iframe
39-
></noscript>
40-
<!-- End Google Tag Manager (noscript) -->
41-
</html>
3+
4+
<head>
5+
<!-- Google Tag Manager -->
6+
<script>
7+
(function (w, d, s, l, i) {
8+
w[l] = w[l] || [];
9+
w[l].push({ "gtm.start": new Date().getTime(), event: "gtm.js" });
10+
var f = d.getElementsByTagName(s)[0],
11+
j = d.createElement(s),
12+
dl = l != "dataLayer" ? "&l=" + l : "";
13+
j.async = true;
14+
j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl;
15+
f.parentNode.insertBefore(j, f);
16+
})(window, document, "script", "dataLayer", "GTM-WP2L9WKN");
17+
</script>
18+
<!-- End Google Tag Manager -->
19+
<meta charset="UTF-8" />
20+
<link rel="icon" type="image/svg+xml" href="/public/favicon.ico" />
21+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
22+
<meta name="google-site-verification" content="f6SW0E7W4CHxa4q1JnrkwHbANIxV2jf0oNE7fGVHZn4" />
23+
<title>PiCK - 대덕SW마이스터고 출결 관리(teacher)</title>
24+
<meta name="title" content="대덕SW마이스터고등학교 온라인 출결관리 서비스 PiCK" />
25+
<meta name="og:title" content="대덕SW마이스터고등학교 온라인 출결관리 서비스 PiCK" />
26+
<meta name="description" content="대덕SW마이스터고등학교 온라인 출결관리 서비스 PiCK입니다🤗" />
27+
<meta name="keywords" content="pick, PiCK, PICK, dsm, DSM, attendance, pick-dsm, 출결관리, 대덕SW마이스터고등학교, 대마고" />
28+
<meta name="publisher" content="DSM PiCK" />
29+
<meta name="og:description" content="대덕SW마이스터고등학교 온라인 출결관리 서비스 PiCK입니다🤗" />
30+
<meta name="og:keywords" content="pick, PiCK, PICK, dsm, DSM, attendance, pick-dsm, 출결관리, 대덕SW마이스터고등학교, 대마고" />
31+
<meta name="og:type" content="website" />
32+
<meta name="og:image" content="/public/favicon.ico">
33+
</head>
34+
35+
<body>
36+
<div id="root"></div>
37+
<script type="module" src="/src/index.tsx"></script>
38+
</body>
39+
<!-- Google Tag Manager (noscript) -->
40+
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WP2L9WKN" height="0" width="0"
41+
style="display: none; visibility: hidden"></iframe></noscript>
42+
<!-- End Google Tag Manager (noscript) -->
43+
44+
</html>

public/favicon.ico

-222 KB
Binary file not shown.

0 commit comments

Comments
 (0)