-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
86 lines (65 loc) · 3.19 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 Page not found - Venish Joe Clarence</title>
<meta name="generator" content="Hugo 0.26" />
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="" />
<link rel="dns-prefetch" href="//fonts.googleapis.com" />
<link rel="alternate" type="application/rss+xml" title="VENISHJOE.NET Feed" href="https://venishjoe.net/index.xml">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700" type="text/css" media="all" />
<link rel="stylesheet" href="https://venishjoe.net/css/style.css" type="text/css" media="all" />
<script type="text/javascript" src="https://venishjoe.net/js/scripts.js"></script>
<link rel="stylesheet" href="/highlight/styles/agate.css">
<script src="/highlight/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</head>
<body class="body body-right-sidebar mobile" itemscope="itemscope" itemtype="http://schema.org/WebPage">
<div class="container container-outer">
<header class="header" itemscope="itemscope" itemtype="http://schema.org/WPHeader">
<div class="container container-inner clearfix">
<div class="logo" role="banner" itemscope="itemscope" itemtype="http://schema.org/Brand">
<a class="logo__link" href="https://venishjoe.net/" title="VENISHJOE.NET" rel="home">
<h1 class="logo__title"><img src="/images/venishjoe_net_logo.png" height="30px" width="30px"> VENISHJOE.NET</h1>
<h2 class="logo__tagline">It's 5:50 a.m... Do you know where your stack pointer is ?</h2>
</a>
</div>
</div>
<nav class="menu" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement">
<ul class="menu__list">
<li class="menu__item"><a class="menu__link" href="https://venishjoe.net/">HOME</a></li>
<li class="menu__item "><a class="menu__link" href="/all/">INDEX</a></li>
</ul>
</nav>
</header>
<div class="wrapper clearfix">
<div class="post__content clearfix">
<h3>Page Not Found. </h3>
<h4><a href="http://venishjoe.net/">Click here</a> to go to home page. </h4>
</div>
</div>
<footer class="footer" itemscope="itemscope" itemtype="http://schema.org/WPFooter">
<div class="container container-inner">
<p class="footer__copyright">© 2018 VENISHJOE.NET. Based on <a href="//wordpress.org/themes/mh-magazine-lite/" target="_blank" rel="nofollow noopener noreferrer">MH Magazine lite</a>.</p>
</div>
</footer>
</div>
<script>
var navigation = responsiveNav(".menu", {
navClass: "menu--collapse",
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-292719-4', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>