Create 404.html

This commit is contained in:
deepend-tildeclub 2025-05-29 08:50:04 -06:00 committed by GitHub
parent dbc6547a4e
commit 94a474e904
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 52 additions and 0 deletions

52
public_html/404.html Normal file
View File

@ -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">n00bs 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>