-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
112 lines (99 loc) · 4.44 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
110
111
112
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>404 Page Not Found – Patrick Mukherjee</title>
<meta name="description" content="Dr.-Ing.">
<!-- Twitter Cards -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@patmuk">
<meta name="twitter:creator" content="@patmuk">
<!-- Open Graph -->
<meta name="og:locale" content="en_US">
<meta name="og:type" content="article">
<meta name="og:title" content="404 Page Not Found">
<meta name="og:description" content="Dr.-Ing.">
<meta name="og:url" content="https://patmuk.github.io/404.html.hbs">
<meta name="og:site_name" content="Patrick Mukherjee">
<meta name="og:image" content="https://patmuk.github.io/assets/images/">
<!-- TODO: Canonical URL -->
<!-- Stylesheets -->
<link rel="stylesheet" href="https://patmuk.github.io/assets/stylesheets/vendor/font-awesome/font-awesome.css">
<link rel="stylesheet" href="https://patmuk.github.io/assets/stylesheets/vendor/prism-duotone-space.css">
<link rel="stylesheet" href="https://patmuk.github.io/assets/stylesheets/main.css">
<!-- Webfonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link rel="shortcut icon" href="https://patmuk.github.io/assets/images/favicon.ico">
<link rel="shortcut icon" href="https://patmuk.github.io/assets/images/favicon.png">
<link rel="apple-touch-icon-precomposed" href="https://patmuk.github.io/assets/images/apple-touch-icon-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://patmuk.github.io/assets/images/apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://patmuk.github.io/assets/images/apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://patmuk.github.io/assets/images/apple-touch-icon-144x144-precomposed.png">
</head>
<body id="post-index">
<div class="header-menu header-menu-top">
<ul class="header-item-container">
<li class="header-item-title header-toggle">
<a href="#menu"><h2><i class="fa fa-bars"></i></h2></a>
</li>
<li class="header-item-title">
<a href="https://patmuk.github.io/">
<span class="title">Patrick Mukherjee</span>
</a>
</li>
<li class="header-item">
<a href="https://patmuk.github.io/#">
<h3>GitHub</h3>
</a>
<ul class="header-submenu">
<li class="sub-item"><a href="https://github.com/patmuk/neo-hpstr-metalsmith-gulp-theme#installation">Install</a></li>
<li class="sub-item"><a href="https://github.com/patmuk/neo-hpstr-metalsmith-gulp-theme">Fork</a></li>
</ul>
</li>
<li class="header-item">
<a href="https://patmuk.github.io/about">
<h3>About</h3>
</a>
</li>
<li class="header-item">
<a href="https://patmuk.github.io/posts">
<h3>Archive</h3>
</a>
</li>
<li class="header-item">
<a href="https://patmuk.github.io/">
<h3>Home</h3>
</a>
</li>
<li class="header-item">
<a href="https://patmuk.github.io/search">
<h3><i class="fa fa-search"></i></h3>
</a>
</li>
</ul>
</div>
<div class="entry-header">
<div class="header-title">
<div class="header-title-wrap">
<h1>404 Page Not Found</h1>
<h2><span class="entry-date"><time> </time></span></h2>
<p class="entry-reading-time"> </p>
</div>
</div>
</div>
<div id="main" role="main">
<article>
<p class="centered">
Sorry, the page you are looking for does not exist or has been moved.
</p>
</article>
</div>
<div class="footer-wrapper">
<footer class="contentinfo">
<span>© 2017 Patrick Mukherjee. Powered by <a href="http://www.metalsmith.io/" rel="nofollow">Matalsmith</a> using the <a href="https://github.com/tjpeden/neo-hpstr-metalsmith-theme" rel="nofollow">Neo-HPSTR Metalsmith Theme</a>.</span>
</footer>
</div>
</body>
</html>