2024-01-01 11:14:51 +00:00
|
|
|
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
2024-04-14 18:30:39 +00:00
|
|
|
<div class="container text-mauve">
|
2024-01-01 11:14:51 +00:00
|
|
|
<h1>Legal Notice</h1>
|
|
|
|
<p>This is a legal notice for the website private.coffee</p>
|
|
|
|
<p>The website private.coffee is run by the following entity:</p>
|
|
|
|
<address>
|
2024-03-29 14:40:45 +00:00
|
|
|
Private.coffee ‐ Verein zur Förderung von Privatsphäre und digitaler
|
|
|
|
Souveränität<br />
|
2024-01-01 11:14:51 +00:00
|
|
|
c/o Klaus-Uwe Mitterer<br />
|
|
|
|
Gartengasse 22/7/3<br />
|
|
|
|
8010 Graz<br />
|
|
|
|
Austria<br />
|
|
|
|
</address>
|
2024-03-29 14:40:45 +00:00
|
|
|
<p>Central Register of Associations (ZVR) Number: 1758485319</p>
|
2024-01-01 11:14:51 +00:00
|
|
|
<p>
|
|
|
|
Email:
|
|
|
|
<a href="mailto:support@private.coffee">support@private.coffee</a>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
{% endblock %}
|