-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
83 lines (70 loc) · 3.29 KB
/
Copy path404.html
File metadata and controls
83 lines (70 loc) · 3.29 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
71
72
73
74
75
76
77
78
79
80
81
82
83
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#0b1017">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Page not found | Bitfinding</title>
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Page not found" />
<meta property="og:locale" content="en" />
<meta name="description" content="The requested page could not be found." />
<meta property="og:description" content="The requested page could not be found." />
<link rel="canonical" href="https://bitfinding.com/404.html" />
<meta property="og:url" content="https://bitfinding.com/404.html" />
<meta property="og:site_name" content="Bitfinding" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Page not found" />
<meta name="twitter:site" content="@bitfinding" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","description":"The requested page could not be found.","headline":"Page not found","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bitfinding.com/assets/images/logo.svg"}},"url":"https://bitfinding.com/404.html"}</script>
<!-- End Jekyll SEO tag -->
<link type="application/atom+xml" rel="alternate" href="https://bitfinding.com/rss.xml" title="Bitfinding" />
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="stylesheet" href="/assets/css/style.css?v=a1beafca534763f28b9837dfb5225373163be43f">
</head>
<body class="layout-default section-site">
<a class="skip-link" href="#main-content">Skip to content</a>
<nav class="site-nav" aria-label="Primary navigation">
<div class="nav-inner">
<a class="brand" href="/" aria-label="Bitfinding home">
<img src="/assets/images/logo.svg" alt="Bitfinding">
</a>
<button class="menu-toggle" type="button" aria-expanded="false" aria-controls="primary-menu">
<img class="menu-open-icon" src="/assets/images/hamburguer.svg" alt="">
<img class="menu-close-icon" src="/assets/images/close.svg" alt="">
<span class="sr-only">Toggle navigation</span>
</button>
<ul class="nav-links" id="primary-menu">
<li><a data-nav="home" href="/">Home</a></li>
<li><a data-nav="blog" href="/blog">Blog</a></li>
<li><a data-nav="connect" href="/#contact">Connect</a></li>
</ul>
</div>
</nav>
<main id="main-content">
<section class="not-found">
<img src="/assets/images/404.png" alt="" class="not-found-background">
<div class="not-found-overlay"></div>
<div class="content-shell not-found-content">
<h1>You are all alone here</h1>
<strong>404</strong>
<a class="button button-primary" href="/">Return home</a>
</div>
</section>
</main>
<footer class="site-footer">
<div class="footer-inner">
<span>Bitfinding © 2026.</span>
<a href="/" aria-label="Bitfinding home">
<img src="/assets/images/logo.svg" alt="Bitfinding">
</a>
</div>
</footer>
<script src="/assets/js/site.js?v=a1beafca534763f28b9837dfb5225373163be43f" defer></script>
</body>
</html>