This repository was archived by the owner on May 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (35 loc) · 3.5 KB
/
index.html
File metadata and controls
35 lines (35 loc) · 3.5 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting...</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<style>body,html{width:100%;height:100%}body,main{display:flex;align-items:center}body{font-family:Roboto,"Segoe UI",sans-serif;justify-content:center;margin:0}main{flex-direction:column}main>i{display:block;width:7.5rem;height:7.5rem;border-radius:50%;background:url(/links/redirecting.svg) no-repeat center}main>a,main>p{font-size:1.25rem;line-height:1.875rem}main>p{font-weight:300;margin-top:1.5rem;margin-bottom:.5rem;text-transform:uppercase;color:#939393}main>a{text-decoration:none;color:#3b3b3b}body.link-not-found p.found,body:not(.link-not-found) p.not-found{display:none}body.link-not-found i{background-image:url(/links/no-redirect.svg)}body.link-not-found a{visibility:hidden}</style>
<!-- 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-WWRTN8P");
</script>
<!-- End Google Tag Manager -->
</head>
<body>
<main>
<i></i>
<p class="found">Nothing happened?</p>
<p class="not-found">This is an invaild redirect link!</p>
<a name="click" href="#">Click here to jump</a>
</main>
<script>var links={"/links?home":"https://mask.io","/links?mailchimp-signup-maskbook":"http://eepurl.com/gmNnlb","/links?github-forum":"MASKBOOK/discussions","/links?report-bug":"MASKBOOK/issues/new?template=bug.md&assignees=jack-works&projects=DimensionDev/Maskbook/3&title=%5BBug%5D%20&labels=Type%3A%20Bug","/links?ios-app-store":"https://apps.apple.com/app/id1478382964","/links?google-play":"https://play.google.com/store/apps/details?id=com.dimension.maskbook","/links?chrome":"https://chrome.google.com/webstore/detail/jkoeaghipilijlahjplgbfiocjhldnap","/links?firefox":"https://addons.mozilla.org/firefox/addon/maskbook","/brand-guide":"https://dimensiondev.github.io/Mask-VI","/faq?1":"MASKBOOK/wiki/FAQ#why-is-there-a-strange-link-in-my-tweet","/faq?2":"MASKBOOK/wiki/FAQ#why-does-maskbook-recommend-users-to-publish-their-public-keys-in-their-bio","/faqcc?1":"MASKBOOK/wiki/FAQ:-Cryptocurrency-Features#why-is-the-total-collected-amount-slightly-less-than-the-total-spent-amount","/download-latest":"MASKBOOK/releases/latest/download/Maskbook.base.zip","/news":"https://news.mask.io","/install-dev":"MASKBOOK/wiki/Manual-Installation","/privacy-policy":"https://legal.mask.io/maskbook/"},path=location.pathname.replace(/\/$/g,"");if("/install"===path){var agent=navigator.userAgent;/Chrome/i.test(agent)?location.replace(links["/links?chrome"]):/Firefox/i.test(agent)?location.replace(links["/links?firefox"]):location.replace("/download-links")}else{var link=links[path+location.search];void 0!==link?(link=link.replace(/^MASKBOOK/,"https://github.com/DimensionDev/Maskbook"),document.links.namedItem("click").href=link,location.replace(link+location.hash)):document.body.className="link-not-found"}</script>
</body>
</html>