-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
109 lines (75 loc) · 3.53 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>404 | The-RED Base</title>
<meta name="generator" content="Jekyll v4.3.1" />
<meta property="og:title" content="404" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="404: Page not found Oops! We can't seem to find the page you are looking for. Let's head back home." />
<meta property="og:description" content="404: Page not found Oops! We can't seem to find the page you are looking for. Let's head back home." />
<link rel="canonical" href="https://lalishansh.github.io/404.html" />
<meta property="og:url" content="https://lalishansh.github.io/404.html" />
<meta property="og:site_name" content="The-RED Base" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2022-11-07T17:17:28+00:00" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="404" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-11-07T17:17:28+00:00","datePublished":"2022-11-07T17:17:28+00:00","description":"404: Page not found Oops! We can't seem to find the page you are looking for. Let's head back home.","headline":"404","mainEntityOfPage":{"@type":"WebPage","@id":"https://lalishansh.github.io/404.html"},"url":"https://lalishansh.github.io/404.html"}</script>
<!-- End Jekyll SEO tag -->
<!-- CSS -->
<link rel="stylesheet" href="/Jekyll-theme/assets/main.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700">
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="/Jekyll-theme/assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/Jekyll-theme/assets/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="/Jekyll-theme/assets/apple-touch-icon.png">
<!-- RSS -->
<link type="application/atom+xml" rel="alternate" href="https://lalishansh.github.io/feed.xml" title="The-RED Base" />
<!-- Google Analytics-->
</head>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [['$','$'], ['\\(','\\)']],
processEscapes: true
}
});
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
type="text/javascript"></script>
<body>
<nav class="nav">
<div class="nav-container">
<a href="/">
<h2 class="nav-title">The-RED Base</h2>
</a>
<ul>
<li><a href="/about/">About Me</a></li>
<li><a href="/archive/">Archive</a></li>
<li><a href="/collection/posts/index.html">Posts in collection posts</a></li>
<li><a href="/collection/blogs/index.html">Posts in collection blogs</a></li>
</ul>
</div>
</nav>
<main>
<div class="notfound">
<h1 class="notfound-error">404: Page not found</h1>
<div class="notfound-line"></div>
<p class="notfound-message">
Oops! We can't seem to find the page you are looking for. Let's
<a href="/">head back home</a>.
</p>
<p></p>
</div>
</main>
<footer>
<span>
© <time datetime="2022-11-07 17:17:28 +0000">2022</time> . Made with Jekyll using the <a href="https://github.com/lalishansh/blacklily/">blacklily</a> theme.
</span>
</footer>
</body>
</html>