diff options
| author | sillylaird <sillylaird@fastmail.ca> | 2026-02-03 21:27:57 -0500 |
|---|---|---|
| committer | sillylaird <sillylaird@fastmail.ca> | 2026-02-03 21:27:57 -0500 |
| commit | 720d752748b793a2f5cf3cc14cb75ad86e8919c0 (patch) | |
| tree | 29120103307cb17e7d6c283cc198ec2484f934cd /50x.html | |
First commit
Diffstat (limited to '50x.html')
| -rw-r--r-- | 50x.html | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/50x.html b/50x.html new file mode 100644 index 0000000..c9c5f41 --- /dev/null +++ b/50x.html @@ -0,0 +1,52 @@ +<!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,nofollow" /> + <title>Server Error</title> + <meta property="og:title" content="Server Error" /> + <meta property="og:image" content="https://www.sillylaird.ca/lain.png" /> + <meta property="og:type" content="website" /> + <meta property="og:url" content="https://www.sillylaird.ca/50x.html" /> + <meta property="og:locale" content="en_US" /> + <meta name="twitter:card" content="summary_large_image" /> + <meta name="twitter:title" content="Server Error" /> + <meta name="twitter:image" content="https://www.sillylaird.ca/lain.png" /> + <link rel="canonical" href="https://www.sillylaird.ca/50x.html" /> + <link rel="alternate" hreflang="x-default" href="https://www.sillylaird.ca/50x.html" /> + <link rel="alternate" hreflang="en" href="https://www.sillylaird.ca/50x.html" /> + <link rel="icon" href="/favicon.ico" /> + <link rel="stylesheet" href="/assets/css/site.css" /> + + + <link rel="stylesheet" href="/assets/css/pages/50x.css" /> + +</head> + +<body> + <main class="wrap"> + <div class="card"> + <div class="top"> + <a href="/" aria-label="Home"> + <img src="/lain.png" alt="SillyLaird" /> + </a> + <div> + <h1 class="s1da9facb4d">Server Error</h1> + <div class="muted">Something went wrong on the server. Try again in a bit.</div> + </div> + </div> + + <p> + <a href="/">Go back home</a> + </p> + + <hr class="s6e250fe32e" /> + <div class="muted">© <span id="y">2026</span> SillyLaird</div> + </div> + </main> + + + <script defer src="/assets/js/pages/50x.js"></script> +</body> +</html> |
