|
|
@ -22,17 +22,17 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
function oauth() {
|
|
|
|
function oauth() {
|
|
|
|
document.location = 'eu.faircode.email://oauth' + window.location.search;
|
|
|
|
document.location.href = 'eu.faircode.email://oauth' + window.location.search;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<body>
|
|
|
|
<h1>FairEmail</h1>
|
|
|
|
<h1>FairEmail</h1>
|
|
|
|
<p><img src="/ic_launcher-web.png" alt="FairEmail" height="72" width="72" /></p>
|
|
|
|
<p><img src="ic_launcher-web.png" alt="FairEmail" height="72" width="72" /></p>
|
|
|
|
<h2>OAuth</h2>
|
|
|
|
<h2>OAuth</h2>
|
|
|
|
<p><button id="oauth">Continue</button></p>
|
|
|
|
<p><button id="oauth">Continue</button></p>
|
|
|
|
<noscript><h2>Please enable JavaScript or disable your ad blocker</h2></noscript>
|
|
|
|
<noscript><h2>Please enable JavaScript or disable your ad blocker</h2></noscript>
|
|
|
|
<br />
|
|
|
|
<br>
|
|
|
|
<p><a href="https://github.com/M66B/open-source-email/blob/master/PRIVACY.md">Privacy policy</a></p>
|
|
|
|
<p><a href="https://github.com/M66B/open-source-email/blob/master/PRIVACY.md">Privacy policy</a></p>
|
|
|
|
<p>Copyright © 2018–<span id="year">2020</span> by Marcel Bokhorst (M66B)</p>
|
|
|
|
<p>Copyright © 2018–<span id="year">2020</span> by Marcel Bokhorst (M66B)</p>
|
|
|
|
</body>
|
|
|
|
</body>
|
|
|
|