blob: 159a095dfa4e33bff09ef49487922764960b1300 (
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
53
54
55
56
57
|
<!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>404 — Not Found</title>
<meta property="og:title" content="404 — Not Found" />
<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/404.html" />
<meta property="og:locale" content="en_US" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="404 — Not Found" />
<meta name="twitter:image" content="https://www.sillylaird.ca/lain.png" />
<link rel="canonical" href="https://www.sillylaird.ca/404.html" />
<link rel="alternate" hreflang="x-default" href="https://www.sillylaird.ca/404.html" />
<link rel="alternate" hreflang="en" href="https://www.sillylaird.ca/404.html" />
<link rel="icon" href="/favicon.ico" />
<link rel="stylesheet" href="/assets/css/site.css" />
<link rel="stylesheet" href="/assets/css/pages/404.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">404 — Not Found</h1>
<div class="muted">That page does not exist (or the URL is wrong).</div>
</div>
</div>
<p class="muted">Try one of these:</p>
<div class="links">
<a href="/">Home</a>
<a href="/map/">Site Map</a>
<a href="/startpage/">StartPage</a>
<a href="/gaming/">Gaming</a>
<a href="/journal/">Journal</a>
</div>
<hr class="s6e250fe32e" />
<div class="muted">© <span id="y">2026</span> SillyLaird</div>
</div>
</main>
<script defer src="/assets/js/pages/404.js"></script>
</body>
</html>
|