All checks were successful
phoenix-deploy Deployed to explorer-live
Deploy Explorer Live / deploy (push) Successful in 2m18s
47 lines
2.5 KiB
HTML
47 lines
2.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Documentation Redirect | DBIS Explorer</title>
|
|
<meta name="description" content="Redirecting to the canonical DBIS Explorer documentation hub.">
|
|
<meta http-equiv="refresh" content="0; url=/docs">
|
|
<link rel="canonical" href="https://blockscout.defi-oracle.io/docs">
|
|
<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; }
|
|
.grid { display: grid; gap: 0.85rem; }
|
|
.link { display: block; padding: 0.85rem 1rem; border: 1px solid #e5e7eb; border-radius: 14px; background: #f8fafc; }
|
|
.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">DBIS Explorer Documentation</div>
|
|
<a href="/">Back to explorer</a>
|
|
</div>
|
|
<div class="card">
|
|
<h1 style="margin-top:0;">Documentation Has Moved</h1>
|
|
<p class="muted">The canonical documentation hub now lives at <code>/docs</code> inside the main explorer experience.</p>
|
|
<div class="grid" style="margin-top:1rem;">
|
|
<a class="link" href="/docs">
|
|
<strong>Open documentation hub</strong>
|
|
<div class="muted" style="margin-top:0.35rem;">GRU guide, transaction review matrix, public explorer references, and navigation into adjacent operational surfaces.</div>
|
|
</a>
|
|
<a class="link" href="/docs/gru">GRU guide</a>
|
|
<a class="link" href="/docs/transaction-review">Transaction review matrix</a>
|
|
<a class="link" href="/privacy.html">Privacy Policy</a>
|
|
<a class="link" href="/terms.html">Terms of Service</a>
|
|
<a class="link" href="/acknowledgments.html">Acknowledgments</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|