40 lines
2.3 KiB
HTML
40 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Privacy Policy | SolaceScanScout</title>
|
|
<meta name="description" content="Privacy policy for the SolaceScanScout explorer.">
|
|
<style>
|
|
body { margin: 0; font-family: Arial, Helvetica, sans-serif; background: linear-gradient(180deg, #0f172a 0%, #111827 45%, #f8fafc 46%, #ffffff 100%); color: #0f172a; }
|
|
.shell { max-width: 980px; margin: 0 auto; padding: 2rem 1rem 3rem; }
|
|
.card { background: #fff; border: 1px solid #e5e7eb; border-radius: 20px; padding: 1.5rem; box-shadow: 0 18px 60px rgba(15,23,42,0.12); }
|
|
a { color: #2563eb; text-decoration: none; }
|
|
a:hover { text-decoration: underline; }
|
|
.muted { color: #64748b; }
|
|
.topbar { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 1rem; }
|
|
.brand { color: #fff; font-weight: 700; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="shell">
|
|
<div class="topbar">
|
|
<div class="brand">SolaceScanScout Privacy Policy</div>
|
|
<a href="/">Back to explorer</a>
|
|
</div>
|
|
<div class="card">
|
|
<h1 style="margin-top:0;">Privacy Policy</h1>
|
|
<p class="muted">Last updated: 2026-03-25</p>
|
|
<p>SolaceScanScout is a blockchain explorer. Most content you view comes from public blockchain data and public APIs. We do not ask for personal information to browse the explorer.</p>
|
|
<ul>
|
|
<li>We may store theme preference, locale, recent searches, and similar local UI settings in your browser.</li>
|
|
<li>When you use wallet features or the Snap companion, the app may interact with your wallet provider to complete the request you initiate.</li>
|
|
<li>Explorer queries are sent to the configured blockchain APIs and RPC endpoints so the site can display blocks, transactions, addresses, and related data.</li>
|
|
<li>We do not sell personal data. We also do not intentionally track users with advertising cookies on this explorer.</li>
|
|
</ul>
|
|
<p>If you have privacy questions, contact <a href="mailto:support@d-bis.org">support@d-bis.org</a>.</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|