|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html> |
3 | 3 | <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 | + |
4 | 17 | <meta |
5 | 18 | http-equiv="refresh" |
6 | | - content="0; url=https://github.com/choi403/DiffusionGuard" |
| 19 | + content="1; url=https://github.com/choi403/DiffusionGuard" |
7 | 20 | /> |
8 | | - <title>Redirecting...</title> |
| 21 | + |
| 22 | + <title>Redirecting…</title> |
| 23 | + <meta charset="utf-8" /> |
9 | 24 | </head> |
| 25 | + |
10 | 26 | <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 | + |
11 | 36 | <p> |
12 | | - Redirecting. If you are not redirected automatically, follow the |
| 37 | + Redirecting… If you are not redirected automatically, follow this |
13 | 38 | <a href="https://github.com/choi403/DiffusionGuard">link</a>. |
14 | 39 | </p> |
| 40 | + |
| 41 | + <script> |
| 42 | + setTimeout(function () { |
| 43 | + window.location.href = "https://github.com/choi403/DiffusionGuard"; |
| 44 | + }, 1500); |
| 45 | + </script> |
15 | 46 | </body> |
16 | 47 | </html> |
0 commit comments