2023-12-31 12:59:13 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2024-09-24 12:45:24 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Private.coffee</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div style="font-family: Arial, sans-serif;
|
|
|
|
background-color: #f2f2f2;
|
|
|
|
color: #333;
|
|
|
|
line-height: 1.6;
|
|
|
|
padding: 20px;
|
|
|
|
max-width: 600px;
|
|
|
|
margin: auto">
|
|
|
|
<h2 style="color: #333;">Welcome to Private.coffee</h2>
|
|
|
|
<p>Thanks for using our Element instance! Now, why don't you join our rooms?</p>
|
|
|
|
<ul style="list-style: none; padding: 0;">
|
|
|
|
<li style="padding: 8px 0;">
|
|
|
|
<a style="color: #1a5dab;
|
|
|
|
text-decoration: none"
|
|
|
|
href="https://element.private.coffee/#/#coffeespace:private.coffee">#coffeespace:private.coffee</a> - The Private.coffee Space, containing all rooms
|
|
|
|
</li>
|
|
|
|
<li style="padding: 8px 0;">
|
|
|
|
<a style="color: #1a5dab;
|
|
|
|
text-decoration: none"
|
|
|
|
href="https://element.private.coffee/#/#private.coffee:private.coffee">#private.coffee:private.coffee</a> - General support for our services
|
|
|
|
</li>
|
|
|
|
<li style="padding: 8px 0;">
|
|
|
|
<a style="color: #1a5dab;
|
|
|
|
text-decoration: none"
|
|
|
|
href="https://element.private.coffee/#/#matrix:private.coffee">#matrix:private.coffee</a> - Support for our Matrix server
|
|
|
|
</li>
|
|
|
|
<li style="padding: 8px 0;">
|
|
|
|
<a style="color: #1a5dab;
|
|
|
|
text-decoration: none"
|
|
|
|
href="https://element.private.coffee/#/#coffeebreak:private.coffee">#coffeebreak:private.coffee</a> - ☕ Coffee Break ☕ - our off-topic room
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
<hr>
|
|
|
|
<p>Private.coffee operates a collection of services that respect your privacy, here are some others:</p>
|
|
|
|
<ul style="list-style: none; padding: 0;">
|
|
|
|
{% for service in services.services %}
|
2023-12-31 12:59:13 +00:00
|
|
|
{% if not service.exclude_from_simple %}
|
2024-09-24 12:45:24 +00:00
|
|
|
<li style="padding: 8px 0;">
|
|
|
|
<a style="color: #1a5dab;
|
|
|
|
text-decoration: none"
|
|
|
|
href="{{ service.url }}">{{ service.name }}</a> - {{ service.short_description }}
|
|
|
|
</li>
|
2023-12-31 12:59:13 +00:00
|
|
|
{% endif %}
|
2024-09-24 12:45:24 +00:00
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
|
|
|
<p>
|
|
|
|
For hosting inquiries for privacy-related, social, or wholesome projects, <a href="mailto:support@private.coffee"
|
|
|
|
style="color: #1a5dab;
|
|
|
|
text-decoration: none">get in touch</a>!
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</body>
|
2023-12-31 12:59:13 +00:00
|
|
|
</html>
|