blob: c9c5f41dbe8b996bc9cbf88789d7a68dcc4be813 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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>
|