Files
explorer-monorepo/frontend/public/index.html
defiQUG ab9c1f9f98
Some checks failed
Deploy Explorer Live / deploy (push) Failing after 15s
Validate Explorer / frontend (push) Failing after 20s
Validate Explorer / smoke-e2e (push) Has been skipped
Ship bridge lanes, public API access doc, and WalletConnect client stack.
Align CCIP catalog UX with 11-lane config-ready routes, document the no-key public API decision, and enable browser WalletConnect pairing with backend session registration and deploy-time project ID wiring.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-23 02:21:37 -07:00

46 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex, nofollow">
<meta http-equiv="refresh" content="0; url=/">
<link rel="canonical" href="/">
<title>DBIS Explorer</title>
<meta name="description" content="Redirecting to the DBIS Chain 138 explorer.">
<!-- canonical chain138 ccipWeth9: 0xcacfd227A040002e49e2e01626363071324f820a -->
<style>
body {
margin: 0;
min-height: 100vh;
display: grid;
place-items: center;
font-family: system-ui, -apple-system, Segoe UI, sans-serif;
background: #0f172a;
color: #e2e8f0;
}
main {
max-width: 32rem;
padding: 2rem;
text-align: center;
}
a {
color: #93c5fd;
}
</style>
</head>
<body>
<main>
<h1>DBIS Explorer</h1>
<p>Redirecting to the current Chain 138 explorer…</p>
<p><a href="/">Continue to explorer</a></p>
<p class="legacy-fallback"><small>Legacy SPA fallback (deprecated): <a href="/legacy/index.html">/legacy/</a></small></p>
</main>
<script>
if (window.location.pathname === '/index.html') {
window.location.replace('/');
}
</script>
</body>
</html>