Skip to content

Commit 035259b

Browse files
authored
Create privacy.html
1 parent cdc69f3 commit 035259b

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

privacy.html

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8"/>
5+
<meta name="viewport" content="width=device-width,initial-scale=1"/>
6+
<title>Privacy Policy – SyntheraQr</title>
7+
<meta name="description" content="SyntheraQr Privacy Policy: We do not collect any data from our users.">
8+
<link rel="shortcut icon" href="Flux_Schnell_Minimalist_and_clean_logo_for_a_tech_brand_called_0.jpg" type="image/x-icon">
9+
<link crossorigin href="https://fonts.gstatic.com/" rel="preconnect"/>
10+
<link as="style" href="https://fonts.googleapis.com/css2?display=swap&amp;family=Inter:wght@400;500;600;700&amp;family=Noto+Sans:wght@400;500;600;700" onload="this.rel='stylesheet'" rel="stylesheet"/>
11+
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet"/>
12+
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
13+
14+
<style>
15+
/* Center the single nav link */
16+
.center-nav {
17+
@apply flex justify-center items-center;
18+
}
19+
</style>
20+
</head>
21+
<body class="bg-gray-50 text-gray-900 flex flex-col min-h-screen" style='font-family:"Inter","Noto Sans",sans-serif;'>
22+
23+
<!-- Header with single back link -->
24+
<header class="sticky top-0 z-10 w-full border-b border-gray-200 bg-gray-50/80 backdrop-blur-md">
25+
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
26+
<nav class="center-nav py-4">
27+
<a href="index.html"
28+
class="text-sm font-medium text-gray-700 hover:text-gray-900 transition-colors">
29+
Back to SyntheraQr
30+
</a>
31+
</nav>
32+
</div>
33+
</header>
34+
35+
<!-- Main Content -->
36+
<main class="flex-1 flex items-center">
37+
<div class="mx-auto max-w-3xl px-4 py-12 sm:px-6 lg:px-8 text-center">
38+
<h1 class="text-4xl font-bold tracking-tight text-gray-900 mb-6">Privacy Policy</h1>
39+
<p class="text-lg text-gray-700 leading-relaxed mb-4">
40+
At <strong>SyntheraQr</strong>, we value your privacy and are committed to protecting it.
41+
</p>
42+
<p class="text-lg text-gray-700 leading-relaxed mb-4">
43+
<strong>We do not collect, store, or share any personal data</strong> from our users. All QR code generation happens directly in your browser.
44+
No text, links, or color settings are sent to any server.
45+
</p>
46+
</div>
47+
</main>
48+
49+
</body>
50+
</html>

0 commit comments

Comments
 (0)