-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy path404.html
35 lines (34 loc) · 1.19 KB
/
404.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 - Blueprint</title>
<link href="/.modules/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="/.modules/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="/.modules/global/global.css?version=2" rel="stylesheet">
<link href="/browse/index.css?version=2" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<script defer data-domain="blueprint.zip" src="https://plausible.prpl.wtf/js/script.hash.outbound-links.js"></script>
</head>
<body data-bs-theme="dark">
<div class="container py-4" style="max-width: 400px;">
<img src="/.assets/brand/retro.png" width="80"/>
<p class="pt-4">
<code>404 NOT FOUND</code> <br>
We looked far and wide, but couldn't find the page you are looking for.
</p>
<p>
<a href="/">
<code>/</code>
</a><br>
<a href="/browse">
<code>/browse</code>
</a><br>
<a href="/docs">
<code>/docs</code>
</a>
</p>
</div>
</body>
</html>