-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (74 loc) · 2.82 KB
/
index.html
File metadata and controls
83 lines (74 loc) · 2.82 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8" />
<!-- <link rel="icon" href="/favicon.ico" sizes="32x32" /> -->
<link rel="icon" href="/favicon.ico" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<meta name="theme-color" content="#000000" />
<!-- Primary Meta Tags -->
<title>포도상점</title>
<meta name="title" content="포도상점" />
<meta
name="description"
content="공연단체들을 위한 연극, 뮤지컬 대본 및 라이선스 거래 플랫폼"
/>
<meta
name="naver-site-verification"
content="935dd368c4ecb8676fd4abdde83e106d0a36f5ee"
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.podo-store.com/" />
<meta property="og:title" content="포도상점" />
<meta
property="og:description"
content="공연단체들을 위한 연극, 뮤지컬 대본 및 라이선스 거래 플랫폼"
/>
<meta property="og:image" content="/logo.svg" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="http://www.podo-store.com/" />
<meta property="twitter:title" content="포도상점" />
<meta
property="twitter:description"
content="공연단체들을 위한 연극, 뮤지컬 대본 및 라이선스 거래 플랫폼"
/>
<meta property="twitter:image" content="/logo.svg" />
<!-- Meta Tags Generated with https://metatags.io -->
<!-- Manifest -->
<!-- <link rel="manifest" href="/manifest.json" /> -->
<!-- Vite Entry Point -->
<script type="module" src="/src/main.jsx"></script>
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({ "gtm.start": new Date().getTime(), event: "gtm.js" });
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != "dataLayer" ? "&l=" + l : "";
j.async = true;
j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, "script", "dataLayer", "GTM-NM9J9VJ2");
</script>
<!-- End Google Tag Manager -->
</head>
<body>
<noscript
>공연단체들을 위한 연극, 뮤지컬 대본 및 라이선스 거래 플랫폼</noscript
><!-- Google Tag Manager (noscript) -->
<noscript
><iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-NM9J9VJ2"
height="0"
width="0"
style="display: none; visibility: hidden"
></iframe
></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="root"></div>
</body>
</html>