40 lines
2.0 KiB
HTML
40 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Terms of Service | SolaceScanScout</title>
|
|
<meta name="description" content="Terms of service 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 Terms of Service</div>
|
|
<a href="/">Back to explorer</a>
|
|
</div>
|
|
<div class="card">
|
|
<h1 style="margin-top:0;">Terms of Service</h1>
|
|
<p class="muted">Last updated: 2026-03-25</p>
|
|
<p>This explorer is provided for informational and operational purposes. By using it, you agree that:</p>
|
|
<ul>
|
|
<li>Blockchain data may be delayed, incomplete, or temporarily unavailable.</li>
|
|
<li>You are responsible for verifying addresses, transactions, and contract details before acting on them.</li>
|
|
<li>We may update features, endpoints, and policies as the explorer evolves.</li>
|
|
<li>The explorer is not legal, financial, or tax advice.</li>
|
|
</ul>
|
|
<p>For service questions, contact <a href="mailto:support@d-bis.org">support@d-bis.org</a>.</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|