Added OAuth website source

This commit is contained in:
M66B 2020-07-30 08:47:44 +02:00
parent 0c385d4e1d
commit 6d68b3daeb
1 changed files with 27 additions and 0 deletions

27
oauth/index.html Normal file
View File

@ -0,0 +1,27 @@
<!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">
<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://email.faircode.eu/privacy/">Privacy policy</a></p>
<p>Copyright &copy; 2018-2020 M. Bokhorst (M66B)</p>
</body>
</html>