mirror of https://github.com/M66B/FairEmail.git
32 lines
1.0 KiB
HTML
32 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="canonical" href="https://oauth.faircode.eu/">
|
|
<link rel="shortcut icon" href="/ic_launcher-web.png" />
|
|
<meta name="theme-color" content="#006db3">
|
|
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
|
|
<meta name="description" content="FairEmail - OAuth">
|
|
<meta name="author" content="M66B">
|
|
<style>
|
|
* { font-family: Arial, Helvetica, sans-serif; }
|
|
body { padding-left: 10px; padding-right: 10px; }
|
|
</style>
|
|
<title>FairEmail - OAuth</title>
|
|
<script>
|
|
function oauth() {
|
|
document.location = 'eu.faircode.email://oauth' + window.location.search;
|
|
}
|
|
</script>
|
|
</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://github.com/M66B/open-source-email/blob/master/PRIVACY.md">Privacy policy</a></p>
|
|
<p>Copyright © 2018-2020 M. Bokhorst (M66B)</p>
|
|
</body>
|
|
</html>
|