Files
kaffeekasse-saas/impressum.php
T
2026-08-21 00:31:34 +02:00

66 lines
2.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php require_once __DIR__ . '/app/bootstrap.php'; ?>
<!DOCTYPE HTML>
<html lang="de">
<head>
<title>Impressum Kaffeeliste</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/public.css" />
</head>
<body class="is-preload public-page">
<div class="public-shell">
<section class="public-section public-legal">
<nav class="public-nav" aria-label="Hauptnavigation">
<strong><a href="landing.php">Kaffeeliste</a></strong>
<ul class="actions">
<li><a href="login.php" class="button">Login</a></li>
</ul>
</nav>
<header class="major">
<h1>Impressum</h1>
</header>
<h2>Angaben gemäß § 5 DDG</h2>
<p>
Clemens Creutzburg<br>
In den Sieben Stücken 9d<br>
30655 Hannover<br>
Deutschland
</p>
<p>Geschäftsbezeichnung: CTB-IT</p>
<h2>Kontakt</h2>
<p>E-Mail: <a href="mailto:info@ctb-it.de">info@ctb-it.de</a></p>
<h2>Umsatzsteuer</h2>
<p>Aufgrund der Kleinunternehmerregelung gemäß § 19 UStG sind die Umsätze von der Umsatzsteuer befreit.</p>
<h2>Haftung für Links</h2>
<p>Diese App enthält gegebenenfalls Links zu externen Websites Dritter, auf
deren Inhalte wir keinen Einfluss haben. Deshalb können wir für diese fremden
Inhalte auch keine Gewähr übernehmen. Zum Zeitpunkt der Verlinkung waren keine
Rechtsverstöße erkennbar.</p>
<p><a href="landing.php">&larr; Zurück zur Startseite</a></p>
</section>
</div>
<footer class="public-footer-links">
<a href="impressum.php">Impressum</a>
<a href="agb.php">AGB</a>
<a href="datenschutz.php">Datenschutz</a>
<a href="preise.php">Preise</a>
</footer>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>