2024-01-01 11:14:51 +00:00
|
|
|
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
|
|
<div class="container">
|
|
|
|
<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<br />
|
|
|
|
c/o Klaus-Uwe Mitterer<br />
|
|
|
|
Gartengasse 22/7/3<br />
|
|
|
|
8010 Graz<br />
|
|
|
|
Austria<br />
|
|
|
|
</address>
|
|
|
|
<p>
|
|
|
|
Email:
|
|
|
|
<a href="mailto:support@private.coffee">support@private.coffee</a>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
{% endblock %}
|