Skip to content

Commit 6e412ee

Browse files
committed
update
1 parent b112af5 commit 6e412ee

File tree

2 files changed

+68
-6
lines changed

2 files changed

+68
-6
lines changed

_site/diffusionguard/index.html

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,47 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<script>
5+
(function (w, d, s, l, i) {
6+
w[l] = w[l] || [];
7+
w[l].push({ "gtm.start": new Date().getTime(), event: "gtm.js" });
8+
var f = d.getElementsByTagName(s)[0],
9+
j = d.createElement(s),
10+
dl = l != "dataLayer" ? "&l=" + l : "";
11+
j.async = true;
12+
j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl;
13+
f.parentNode.insertBefore(j, f);
14+
})(window, document, "script", "dataLayer", "GTM-PHJTT4QT");
15+
</script>
16+
417
<meta
518
http-equiv="refresh"
6-
content="0; url=https://github.com/choi403/DiffusionGuard"
19+
content="1; url=https://github.com/choi403/DiffusionGuard"
720
/>
8-
<title>Redirecting...</title>
21+
22+
<title>Redirecting…</title>
23+
<meta charset="utf-8" />
924
</head>
25+
1026
<body>
27+
<noscript
28+
><iframe
29+
src="https://www.googletagmanager.com/ns.html?id=GTM-PHJTT4QT"
30+
height="0"
31+
width="0"
32+
style="display: none; visibility: hidden"
33+
></iframe
34+
></noscript>
35+
1136
<p>
12-
Redirecting. If you are not redirected automatically, follow the
37+
Redirecting&hellip; If you are not redirected automatically, follow this
1338
<a href="https://github.com/choi403/DiffusionGuard">link</a>.
1439
</p>
40+
41+
<script>
42+
setTimeout(function () {
43+
window.location.href = "https://github.com/choi403/DiffusionGuard";
44+
}, 1500);
45+
</script>
1546
</body>
1647
</html>

diffusionguard/index.html

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,47 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<script>
5+
(function (w, d, s, l, i) {
6+
w[l] = w[l] || [];
7+
w[l].push({ "gtm.start": new Date().getTime(), event: "gtm.js" });
8+
var f = d.getElementsByTagName(s)[0],
9+
j = d.createElement(s),
10+
dl = l != "dataLayer" ? "&l=" + l : "";
11+
j.async = true;
12+
j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl;
13+
f.parentNode.insertBefore(j, f);
14+
})(window, document, "script", "dataLayer", "GTM-PHJTT4QT");
15+
</script>
16+
417
<meta
518
http-equiv="refresh"
6-
content="0; url=https://github.com/choi403/DiffusionGuard"
19+
content="1; url=https://github.com/choi403/DiffusionGuard"
720
/>
8-
<title>Redirecting...</title>
21+
22+
<title>Redirecting…</title>
23+
<meta charset="utf-8" />
924
</head>
25+
1026
<body>
27+
<noscript
28+
><iframe
29+
src="https://www.googletagmanager.com/ns.html?id=GTM-PHJTT4QT"
30+
height="0"
31+
width="0"
32+
style="display: none; visibility: hidden"
33+
></iframe
34+
></noscript>
35+
1136
<p>
12-
Redirecting. If you are not redirected automatically, follow the
37+
Redirecting&hellip; If you are not redirected automatically, follow this
1338
<a href="https://github.com/choi403/DiffusionGuard">link</a>.
1439
</p>
40+
41+
<script>
42+
setTimeout(function () {
43+
window.location.href = "https://github.com/choi403/DiffusionGuard";
44+
}, 1500);
45+
</script>
1546
</body>
1647
</html>

0 commit comments

Comments
 (0)