35 lines
1.8 KiB
HTML
35 lines
1.8 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en" style="display: none;">
|
||
|
<head>
|
||
|
<title>Kittemail Home</title>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||
|
<link rel="stylesheet" href="/kt-static/css/styles.css">
|
||
|
<style>
|
||
|
h2 {
|
||
|
margin-top: 40px;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body style="text-align: center;">
|
||
|
<div class="hover">
|
||
|
<h1 style="margin-bottom: 0;">Kittemail</h1>
|
||
|
<p style="margin: 0 0 25px 0;">Kittemail is a free, open-source email service that respects your privacy.</p>
|
||
|
<a id="oauth" href="/oauth" class="button" style="">Open Kittemail</a>
|
||
|
<h2 style="">Is it free?</h2>
|
||
|
<p>Yes! Kittemail is free to use, and always will be.</p>
|
||
|
<p>You are allowed, by default, 25MB of storage. If you need any more, we will consider increasing your storage limit (chances are increased if <a id="donate" href="https://www.ailur.dev/donate">you donate to us</a>, it isn't free to us to run this service :P).</p>
|
||
|
<h2>What about email aliases?</h2>
|
||
|
<p>Kittemail supports email aliases! Contact us if you would like to set up an email alias.</p>
|
||
|
<p>Due to this being in... beta, we currently do not automate this process. We will get back to you as soon as possible.</p>
|
||
|
<h2>What about security?</h2>
|
||
|
<p>Kittemail is secure, we hope...</p>
|
||
|
<p>Note: Kittemail is still in development. Please report any issues to <a id="issues" href="https://git.ailur.dev/ailur/kittemail/issues">our issue tracker</a>.</p>
|
||
|
<div id="swipe" class="swipe"></div>
|
||
|
<div id="swipe-out" class="swipe-out swipe-out-animate"></div>
|
||
|
</div>
|
||
|
<script src="/kt-static/js/transition.js"></script>
|
||
|
<script src="/kt-static/js/index.js"></script>
|
||
|
</body>
|
||
|
</html>
|