родитель
1f87bf5136
Коммит
41b7a056de
|
@ -1,41 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>KristallEmail - OAuth</title>
|
||||
<link rel="shortcut icon" href="https://git.npokristal.ru/setgod/KristallEmail/raw/branch/master/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="KristallEmail - OAuth">
|
||||
<meta name="author" content="NPO Kristall">
|
||||
<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>
|
||||
<script>
|
||||
window.addEventListener('load', load);
|
||||
|
||||
function load() {
|
||||
document.getElementById('oauth').addEventListener('click', oauth);
|
||||
document.getElementById('year').textContent= new Date().getFullYear();
|
||||
}
|
||||
|
||||
function oauth() {
|
||||
document.location.href = 'eu.faircode.email://oauth' + window.location.search;
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>KristallEmail</h1>
|
||||
<p><img src="https://git.npokristal.ru/setgod/KristallEmail/raw/branch/master/main/ic_launcher-web.png" alt="KristallEmail" height="72" width="72" /></p>
|
||||
<h2>🛡 OAuth</h2>
|
||||
<p><button id="oauth" class="button-large">Continue</button> to the app</p>
|
||||
<noscript><h2>Please enable JavaScript or disable your ad blocker</h2></noscript>
|
||||
<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://git.npokristal.ru/setgod/KristallEmail/src/branch/master/PRIVACY.md" target="_blank">Privacy policy</a></p>
|
||||
<p>Copyright © 2011–<span id="year">2022</span> by NPO Kristall</p>
|
||||
</body>
|
||||
</html>
|
Загрузка…
Ссылка в новой задаче