mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-22 07:42:52 +00:00
Updated OAuth website
This commit is contained in:
parent
121795138b
commit
7b9449dc82
1 changed files with 7 additions and 5 deletions
|
@ -2,17 +2,18 @@
|
|||
<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" />
|
||||
<title>FairEmail - OAuth</title>
|
||||
<link rel="shortcut icon" href="https://raw.githubusercontent.com/M66B/FairEmail/master/app/src/main/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">
|
||||
<meta name="robots" content="noindex">
|
||||
<style>
|
||||
* { font-family: Arial, Helvetica, sans-serif; }
|
||||
body { padding-left: 10px; padding-right: 10px; }
|
||||
.button-large { width: 120px; height: 30px; font-weight: bold; }
|
||||
</style>
|
||||
<title>FairEmail - OAuth</title>
|
||||
<script>
|
||||
window.addEventListener('load', load);
|
||||
|
||||
|
@ -28,11 +29,12 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>FairEmail</h1>
|
||||
<p><img src="ic_launcher-web.png" alt="FairEmail" height="72" width="72" /></p>
|
||||
<p><img src="https://raw.githubusercontent.com/M66B/FairEmail/master/app/src/main/ic_launcher-web.png" alt="FairEmail" height="72" width="72" /></p>
|
||||
<h2>OAuth</h2>
|
||||
<p><button id="oauth">Continue</button></p>
|
||||
<p><button id="oauth" class="button-large">Continue</button></p>
|
||||
<noscript><h2>Please enable JavaScript or disable your ad blocker</h2></noscript>
|
||||
<br>
|
||||
<p><a href="https://en.wikipedia.org/wiki/OAuth" target="_blank" style="font-size: smaller;">What is OAuth?</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>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue