-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
70 lines (67 loc) · 4.19 KB
/
404.html
File metadata and controls
70 lines (67 loc) · 4.19 KB
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
70
<!DOCTYPE html>
<html lang="en"><meta charset="utf-8"><meta name="generator" content="Hugo 0.126.2"><meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover">
<meta name="color-scheme" content="light dark">
<meta name="supported-color-schemes" content="light dark"><meta name="description" content="Pixels"><title>404 Page not found – Pixels</title><link rel="stylesheet" href="./css/core.min.26636278f8b8e87f0797ffce54485701bd9d8eadf60c80fa1fe014fdef19376c4f4875dda7e1422d5e96f0c9c4f3450f.css" integrity="sha384-JmNiePi46H8Hl//OVEhXAb2djq32DID6H+AU/e8ZN2xPSHXdp+FCLV6W8MnE80UP"><meta name="twitter:card" content="summary">
<meta name="twitter:title" content="404 Page not found"><meta property="og:title" content="404 Page not found">
<meta property="og:description" content="Pixels">
<meta property="og:type" content="website">
<meta property="og:url" content="https://bbhtt.in/404.html"><meta property="og:image" content="https://bbhtt.in/og_image.png"><meta property="og:site_name" content="Pixels">
<link rel="icon" type="image/png" sizes="128x128" href="./mine.png">
<body><div id="header">
<div class="header wrap">
<span class="header left-side">
<a class="site home" href="./"><img alt="Site Logo" loading="lazy" class="site logo" src="./mine.png"><span class="site name">Pixels</span>
</a>
</span>
<div class="header right-side"><div class="nav wrap"><nav class="nav"><a class="nav item" href="./posts">Posts</a><a class="nav item" href="./about">About</a></nav></div></div>
</div></div>
<div id="content"><div class="article-container">
<article class="article markdown-body">
<h1 id="title">NOT FOUND</h1>
<pre class="chroma"><code class="language-c" data-lang="c"><span class="kt">int</span> <span class="nf">main</span><span class="p">(</span><span class="kt">int</span> <span class="n">argc</span><span class="p">,</span> <span class="kt">char</span> <span class="o">*</span><span class="o">*</span><span class="n">argv</span><span class="p">)</span> <span class="p">{</span>
<span class="n">printf</span><span class="p">(</span><span class="sa"></span><span class="s">"</span><span class="s">404</span><span class="s">"</span><span class="p">)</span><span class="p">;</span>
<span class="k">return</span> <span class="mi">0</span><span class="p">;</span>
<span class="p">}</span></code></pre>
</article>
</div></div><footer id="footer"><div class="footer-wrap">
<p class="copyright">CC BY-NC-SA 4.0</p>
<p class="powerby">
<span>Powered by </span>
<a href="https://gohugo.io" target="_blank" rel="noopener noreferrer">Hugo</a>
<span> & </span>
<a href="https://github.com/bbhtt/hugo-notepadium" target="_blank" rel="noopener noreferrer">Notepadium</a>
<span> </span>
<a href="https://github.com/bbhtt/gh-site-source" target="_blank" rel="noopener noreferrer">Source</a></p>
<p>
<span>This website is 100% Javascript free</span>
<span style="display: block;">and performs no third party requests</span>
</p>
<br></div>
<div class="footer-wrap">
<p class="socials"></p>
<a style="text-decoration : none" href="mailto:bbhtt@bbhtt.in">
<img src="./mail.svg" alt="Email">
</a>
<a style="text-decoration : none" rel="me" href="https://github.com/bbhtt">
<img src="./github.svg" alt="GitHub">
</a>
<a style="text-decoration : none" rel="me" href="https://gitlab.com/bbhtt">
<img src="./gitlab.svg" alt="GitLab">
</a>
<a style="text-decoration : none" rel="me" href="https://matrix.to/#/@bbhtt:matrix.org">
<img src="./matrix.svg" alt="Matrix">
</a>
<a style="text-decoration : none" rel="me" href="https://social.treehouse.systems/@bbhtt">
<img src="./masto.svg" alt="Mastodon">
</a>
<a style="text-decoration : none" href="https://bbhtt.github.io/index.xml">
<img src="./rss.svg" alt="Atom feed">
</a></div>
<p style="text-align: center; margin-top: 5px;">
<a href="https://validator.w3.org/check/referer">
<img src="./w3c-html5.png" alt="Valid HTML" height="30" width="70">
</a>
</p>
</footer>
</body>
</html>