-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path404.html
69 lines (56 loc) · 2.11 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="theme-color" content="#FFFFFF">
<meta name="color-scheme" content="light dark">
<style>
a { color: #42b9f3; }
a:active { color: #42b9f3; }
::-webkit-scrollbar-thumb { background: #009CDF !important; }
.footnote-index { color: #42b9f3; }
</style>
<meta property="og:url" content="https://opguides.info/404.html">
<meta property="og:site_name" content="Opinionated Guides">
<meta property="og:title" content="404 Page not found">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">
<title>404 Page not found | Opinionated Guides</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/book.min.5e547eb27897068e85cec09758535e9ea757a11dfa15b321b9e8e756ac3a6b01.css" integrity="sha256-XlR+sniXBo6FzsCXWFNenqdXoR36FbMhuejnVqw6awE=" crossorigin="anonymous">
<script defer src="/flexsearch.min.js"></script>
<script defer src="/en.search.min.b6efc2ab425d2c752d40cda2dc32c4c1717e5bde6ebcc44df5dc71b4eebfe4fa.js" integrity="sha256-tu/Cq0JdLHUtQM2i3DLEwXF+W95uvMRN9dxxtO6/5Po=" crossorigin="anonymous"></script>
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<script src="/sw-register.js"></script>
<style>
.not-found {
text-align: center;
}
.not-found h1 {
margin: .1em 0 0 0;
opacity: .25;
font-size: 20vmin;
}
</style>
</head>
<body>
<main class="flex justify-center not-found">
<div>
<h1>404</h1>
<h2>Page Not Found</h2>
<p>Dead link? Looking for something? Tweet me @Vega_DW what's up, I'll try to get back to you shortly.</p>
<p>If you're trying to break my server or you're a bot:</p>
<img src="/nonfree/character/404.png" alt="Vega Flipping Bird">
<h3>
<a href="/">Opinionated Guides</a>
</h3>
</div>
</main>
</body>
</html>