Browse Source

auto-refreshing 404 page

pull/6/head
Jonathan "Duke" Leto 2 years ago
parent
commit
d4df266485
  1. 58
      404.html

58
404.html

@ -0,0 +1,58 @@
<!doctype html>
<head>
<title>Hush Explorer => Oops! Not found</title>
</body>
<style>
body {
width: 87%;
margin: 5 auto;
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
background: #111111;
color: #cccccc;
}
a:link { color: #888888; }
a:visited { color: #888888; }
a:hover { color: #554200; }
a:active { color: #550000; }
</style>
<meta http-equiv="refresh" content="120">
</head>
<body>
<center>
<br/>
<br/>
<a href="https://hush.is">Hush</a>
|
<a href="https://explorer.hush.is">Explorer</a>
|
<a href="https://git.hush.is/hush/">Git</a>
|
<a href="https://hush.is/tg">Telegram</a>
|
<a href="https://hush.is/telegram_support">Telegram Support</a>
|
<a href="https://hush.is/telegram_mining">Telegram Mining</a>
|
<a href="https://hush.is/reddit">Reddit</a>
|
<a href="https://hush.is/youtube">YouTube</a>
|
<a href="https://hush.is/bitcointalk">BitcoinTalk</a>
|
<a href="https://hush.is/mastodon">Mastodon</a>
|
<a href="https://hush.is/matrix">Matrix</a>
<br/>
<h1>HUSH Blockchain Explorer</h1>
<h2>Ooooops! We could not find that block or transaction. </h2>
<p>
This page will automatically refresh every 2 minutes to see if it comes into existence.</h2>
</p>
</body>
</html>
Loading…
Cancel
Save