mirror of
https://github.com/chatmail/relay.git
synced 2026-05-17 00:18:58 +00:00
works
This commit is contained in:
25
www/default/index.html
Normal file
25
www/default/index.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>chatmail instance</title>
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Welcome to Chatmail!</h1>
|
||||
<h2>Scan this invite QR code from any Delta Chat app</h2>
|
||||
<img class="section" src="qrcode.png" />
|
||||
|
||||
<h2>Properties / Constraints</h2>
|
||||
<ul>
|
||||
<li>Un-encrypted mails can not leave the chat-mail domain.</li>
|
||||
<li>Use <a href="https://delta.chat/en/help#howtoe2ee">
|
||||
guaranteed end-to-end encryption via QR code scans</a>
|
||||
to setup contact with users outside of the chat-mail instance.
|
||||
</li>
|
||||
<li>You may send up to 60 messages per minute.</li>
|
||||
<li>Messages are unconditionally removed 40 days after arrival.</li>
|
||||
<li>Max storage per user is 100MB.</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user