morphit/apps/web/static/degraded.html

49 lines
1.4 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="noindex" />
<title>Morphit — degraded mode</title>
<link rel="stylesheet" href="/degraded.css" />
</head>
<body>
<main>
<h1>Heavy load — degraded mode</h1>
<div class="instance">
This Morphit instance is currently shedding non-essential requests to stay online for
everyone.
</div>
<p class="lede">
What you're seeing is a minimal page — the full app is temporarily disabled while the
operator absorbs a traffic spike or DDoS. Your trades, keys, and chat history are not
affected; this is purely a serving-tier protective measure.
</p>
<p>You can:</p>
<ul>
<li>
Wait a few minutes and reload — load-shedding lifts automatically when traffic returns to
normal.
</li>
<li>
Try a different
<a href="/instances">Morphit instance</a> — the orderbook is federated, your account works
everywhere.
</li>
<li>
If you have a
<a href="/faq">read-only question</a>, the FAQ stays reachable in this mode.
</li>
</ul>
<div class="footer">
<span class="brand">Morphit</span> — non-custodial P2P crypto/fiat trading, federated across
many independent operators.
</div>
</main>
</body>
</html>