mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-22 07:42:52 +00:00
Cleanup
This commit is contained in:
parent
d741a6bab0
commit
47f546c2f7
2 changed files with 1 additions and 24 deletions
|
@ -53,7 +53,7 @@
|
|||
<br>
|
||||
<p style="font-size: smaller;"><a href="https://en.wikipedia.org/wiki/OAuth" target="_blank">What is OAuth?</a></p>
|
||||
<p><a href="https://github.com/M66B/open-source-email/blob/master/PRIVACY.md" target="_blank">Privacy policy</a></p>
|
||||
<p>Copyright © 2018–<span id="year">2022</span> by Marcel Bokhorst (M66B)</p>
|
||||
<p>Copyright © 2018–<span id="year">2023</span> by Marcel Bokhorst (M66B)</p>
|
||||
<p style="font-size: smaller;">This page is <a href="https://github.com/M66B/FairEmail/blob/master/oauth/index.html" target="_blank">open source</a>.</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
<!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>
|
||||
</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>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue