site/store/index.html

26 lines
904 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Moved — Silent Mode</title>
<meta http-equiv="refresh" content="0; url=/prometheus/">
<link rel="canonical" href="https://silentmode.st/prometheus/">
<style>
body{margin:0;font:15px/1.6 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
background:#0b0e14;color:#e7eaf1;display:grid;place-items:center;min-height:100vh;padding:1.5rem}
.card{max-width:460px;text-align:center}
a{color:#d6ff3d}
p{color:#8b98a9}
</style>
</head>
<body>
<div class="card">
<h1>The store has a name now.</h1>
<p>Silent Mode's app store is called <b>Prometheus</b> — home for apps, programs and
dApps published on chain, hosted on Sia. Read more at <a href="/prometheus/">silentmode.st/prometheus/</a>.
Redirecting you there.</p>
</div>
</body>
</html>