21 lines
658 B
HTML
21 lines
658 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
<div class="container text-mauve">
|
|
<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>
|
|
Private.coffee ‐ Verein zur Förderung von Privatsphäre und digitaler
|
|
Souveränität<br />
|
|
c/o Klaus-Uwe Mitterer<br />
|
|
Gartengasse 22/7/3<br />
|
|
8010 Graz<br />
|
|
Austria<br />
|
|
</address>
|
|
<p>Central Register of Associations (ZVR) Number: 1758485319</p>
|
|
<p>
|
|
Email:
|
|
<a href="mailto:support@private.coffee">support@private.coffee</a>
|
|
</p>
|
|
</div>
|
|
{% endblock %}
|