-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
128 lines (124 loc) · 3.32 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
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!doctype html>
<html lang="ko">
<head>
<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-PX62899L");
</script>
<meta charset="UTF-8" />
<meta
name="theme-color"
content="#ffffff"
/>
<!--Open Graph-->
<meta
name="description"
content="목표의 시작, 함께의 완주 : 라이톤, 회고의 시작으로 함께하는 여정"
/>
<meta
property="og:type"
content="website"
/>
<meta
property="og:title"
content="글의 시작과 끝을 함께하는, 라이톤"
/>
<meta
property="og:description"
content="목표의 시작, 함께의 완주 : 라이톤, 회고의 시작으로 함께하는 여정"
/>
<meta
property="og:image"
content="https://writon-data.s3.ap-northeast-2.amazonaws.com/images/%EB%9D%BC%EC%9D%B4%ED%86%A4+%ED%8F%AC%EC%8A%A4%ED%84%B0+2.png"
/>
<meta
property="og:url"
content="https://www.writon.co.kr"
/>
<link
rel="icon"
type="image/svg+xml"
href="./src/assets/logo/writon.svg"
/>
<link
rel="shortcut icon"
type="image/png"
href="/Icon_(192x192).png"
/>
<link
rel="apple-touch-icon"
href="/Icon_(512x512).png"
/>
<link
rel="manifest"
href="./manifest.json"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scaleable=0"
/>
<title>Writon</title>
</head>
<body>
<noscript
><iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-PX62899L"
height="0"
width="0"
style="display: none; visibility: hidden"
></iframe
></noscript>
<div id="root"></div>
<script
type="module"
src="/src/main.tsx"
></script>
<script>
(function () {
var w = window;
if (w.ChannelIO) {
return w.console.error("ChannelIO script included twice.");
}
var ch = function () {
ch.c(arguments);
};
ch.q = [];
ch.c = function (args) {
ch.q.push(args);
};
w.ChannelIO = ch;
function l() {
if (w.ChannelIOInitialized) {
return;
}
w.ChannelIOInitialized = true;
var s = document.createElement("script");
s.type = "text/javascript";
s.async = true;
s.src = "https://cdn.channel.io/plugin/ch-plugin-web.js";
var x = document.getElementsByTagName("script")[0];
if (x.parentNode) {
x.parentNode.insertBefore(s, x);
}
}
if (document.readyState === "complete") {
l();
} else {
w.addEventListener("DOMContentLoaded", l);
w.addEventListener("load", l);
}
})();
ChannelIO("boot", {
pluginKey: "f231a2d8-4194-4927-87f2-10edcf283c1d",
});
</script>
</body>
</html>