mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-21 22:58:40 +00:00
Added OAuth website source
This commit is contained in:
parent
0c385d4e1d
commit
6d68b3daeb
1 changed files with 27 additions and 0 deletions
27
oauth/index.html
Normal file
27
oauth/index.html
Normal 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 © 2018-2020 M. Bokhorst (M66B)</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue