Create 404.html
This commit is contained in:
parent
dbc6547a4e
commit
94a474e904
|
@ -0,0 +1,52 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>404 • tilde.club</title>
|
||||
<link rel="stylesheet" href="https://tilde.club/style.css">
|
||||
<style>
|
||||
pre {text-align:center; line-height:1.2; margin-top:2rem;}
|
||||
.links{text-align:center; margin:2rem 0;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
~~~ _ _ ___ _ _ ~~~
|
||||
~~~ | || | / _ \ | || | ~~~
|
||||
~~~ | || |_ | | | | | || |_ ~~~
|
||||
~~~ |__ _| | | | | |__ _|~~~
|
||||
~~~ | | | |_| | | | ~~~
|
||||
~~~ |_| \___/ |_| ~~~
|
||||
</pre>
|
||||
|
||||
<h2 style="text-align:center;">file not found</h2>
|
||||
<p style="text-align:center;">
|
||||
Looks like this tilde is empty.<br>
|
||||
<a href="/">return home</a> •
|
||||
<a href="http://tilde.club/~harper/link.html?action=random">random tilde</a>
|
||||
</p>
|
||||
|
||||
<div class="links">
|
||||
<p>
|
||||
Need a hand? Read the
|
||||
<a href="https://tilde.club/~anthonydpaul/primer.html">n00b’s primer</a>,
|
||||
then <code>ssh</code> in and craft your own page!
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- Tildeverse Banner Exchange -->
|
||||
<div style="text-align:center;">
|
||||
<iframe src="https://banner.tildeverse.org/work.php?ID=deepend"
|
||||
width="468" height="60" frameborder="0" scrolling="no"></iframe>
|
||||
</div>
|
||||
|
||||
<!-- Tilde Club Badge -->
|
||||
<div style="text-align:center; margin-top:1.5rem;">
|
||||
<a href="http://tilde.club">
|
||||
<img src="http://tilde.club/~zarate/tildeclub.gif"
|
||||
alt="Tilde Club Badge" width="88" height="31" border="0">
|
||||
</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue