docfast/public/src/impressum.html
DocFast Subagent a374a93937
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 19m23s
fix(privacy): self-host Inter font, remove Google Fonts
- Drops all fonts.googleapis.com / fonts.gstatic.com references
- Adds self-hosted woff2 under public/fonts/
- @font-face with font-display: swap
- Test asserts no external font refs in generated HTML

Closes GDPR contradiction: privacy policy promises 'no third-party tracking'
and 'EU-hosted' while every page was leaking visitor IPs to Google (Munich
District Court 2022 ruling, €100/visitor damages precedent).
2026-04-10 11:13:26 +02:00

56 lines
2.5 KiB
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Impressum — DocFast</title>
<meta name="description" content="Legal notice and company information for DocFast API service.">
<meta property="og:title" content="Impressum — DocFast">
<meta property="og:description" content="Legal notice and company information for DocFast API service.">
<meta property="og:url" content="https://docfast.dev/impressum">
<meta property="og:image" content="https://docfast.dev/og-image.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://docfast.dev/og-image.png">
<link rel="canonical" href="https://docfast.dev/impressum">
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>⚡</text></svg>">
{{> styles_base}}
</head>
<body>
{{> nav}}
<main id="main-content">
<div class="container">
<h1>Impressum</h1>
<p><em>Legal notice according to § 5 ECG and § 25 MedienG (Austrian law)</em></p>
<h2>Company Information</h2>
<p><strong>Company:</strong> Cloonar Technologies GmbH</p>
<p><strong>Address:</strong> Linzer Straße 192/1/2, 1140 Wien, Austria</p>
<p><strong>Email:</strong> <a href="mailto:legal@docfast.dev">legal@docfast.dev</a></p>
<h2>Legal Registration</h2>
<p><strong>Commercial Register:</strong> FN 631089y</p>
<p><strong>Court:</strong> Handelsgericht Wien</p>
<p><strong>VAT ID:</strong> ATU81280034</p>
<p><strong>GLN:</strong> 9110036145697</p>
<h2>Responsible for Content</h2>
<p>Cloonar Technologies GmbH<br>
Legal contact: <a href="mailto:legal@docfast.dev">legal@docfast.dev</a><br>
Support: <a href="mailto:support@docfast.dev">support@docfast.dev</a></p>
<h2>Disclaimer</h2>
<p>Despite careful content control, we assume no liability for the content of external links. The operators of the linked pages are solely responsible for their content.</p>
<p>The content of our website has been created with the greatest possible care. However, we cannot guarantee that the content is current, reliable or complete.</p>
<h2>EU Online Dispute Resolution</h2>
<p>Platform of the European Commission for Online Dispute Resolution (ODR): <a href="https://ec.europa.eu/consumers/odr" target="_blank" rel="noopener">https://ec.europa.eu/consumers/odr</a></p>
</div>
</main>
{{> footer}}
</body>
</html>