2019-12-20 14:49:19 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<title>FairEmail - OAuth</title>
|
|
|
|
<script>
|
|
|
|
function oauth() {
|
|
|
|
document.location = 'eu.faircode.email://oauth' + window.location.search;
|
|
|
|
}
|
|
|
|
</script>
|
2019-12-22 09:57:17 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>FairEmail</h1>
|
|
|
|
<p><img src="/ic_launcher-web.png" alt="FairEmail" height="72" width="72" /></p>
|
|
|
|
<h2>OAuth</h2>
|
|
|
|
<p><button onclick="oauth()">Continue</button></p>
|
|
|
|
<br />
|
|
|
|
<p><a href="https://email.faircode.eu/privacy/">Privacy policy</a></p>
|
|
|
|
<p>Copyright © 2018-2019 M. Bokhorst (M66B)</p>
|
2019-12-20 14:49:19 +00:00
|
|
|
</body>
|
|
|
|
</html>
|