-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
46 lines (40 loc) · 1.99 KB
/
Copy path404.html
File metadata and controls
46 lines (40 loc) · 1.99 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
<!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=1788810189">
</head>
<body>
<main 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>
</div>
</main>
</body>
</html>