-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
138 lines (121 loc) · 4.71 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="content-type" content="text/html" />
<meta name="keywords" content="an-else-view,sreevisakh,javascript,ubuntu,git,node,js,raspberry, pi, automation" />
<meta name="msvalidate.01" content="DD43C10FCD76ECD1121F8BC9AC1CA438" />
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, minimum-scale=1" />
<meta property="og:title" content="404: Page not found" />
<meta name="description" content="" />
<meta property="og:description" content="" />
<link rel="canonical" href="https://sreevisakh.github.io/404.html" />
<meta property="og:url" content="https://sreevisakh.github.io/404.html" />
<meta property="og:site_name" content="an-else-view" />
<meta property="og:type" content="article" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@_sreevisakh" />
<meta name="twitter:creator" content="@_sreevisakh" />
<meta property="fb:app_id" content="1538630872879036" />
<meta name="google-site-verification" content="mizsVxe9d4dqvMN1c6kT5C8x1F6Aw4srhKvg9r195N0" />
<link rel="apple-touch-icon" href="/public/favicon.ico" />
<link rel="shortcut icon" href="/public/favicon.ico" />
<link rel="favicon" href="/public/favicon.ico" />
<link rel="canonical" href="https://sreevisakh.github.io" />
<title>
404: Page not found | an-else-view | Sreevisakh
</title>
<!-- CSS -->
<link rel="stylesheet" href="https://sreevisakh.github.io/public/css/style.css" />
<link rel="stylesheet" href="https://sreevisakh.github.io/public/css/syntax.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface" />
<!-- Icons -->
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml" />
<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-34015218-2', 'auto');
ga('send', 'pageview');
</script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-6061935954047022",
enable_page_level_ads: true
});
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "Article",
"name": "404: Page not found",
"author": {
"@type" : "Person",
"name": "Sreevisakh",
"email": "[email protected]"
},
"datePublished" :"",
"headline":"404: Page not found",
"publisher":{
"@type":"Organization",
"name":"an-else-view",
"logo":{
"@type":"ImageObject",
"url":"https://sreevisakh.github.io/public/logo.png",
"width":"256",
"height":"256"
}
},
"image":{
"@type":"ImageObject",
"url": https://sreevisakh.github.io/public/logo.png ,
},
"dateModified":"2019-07-11 19:51:28 +0530",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://sreevisakh.github.io"
}
}
</script>
</head>
<body>
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<h1>
<a href="">
an-else-view
</a>
</h1>
<p class="lead">A Web developers usual blog</p>
</div>
<nav class="sidebar-nav">
<a class="sidebar-nav-item" href="/">Home</a>
<a class="sidebar-nav-item" href="/about/">About</a>
<a class="sidebar-nav-item" href="/categories/">Categories</a>
<a class="sidebar-nav-item" href="/posts/">Posts</a>
<a class="sidebar-nav-item" href="/resume/">Resume</a>
<a class="sidebar-nav-item" href="https://github.com/sreevisakh/">GitHub project</a>
</nav>
</div>
</div>
<div class="content container">
<div class="page">
<h1 class="page-title">404: Page not found</h1>
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="">Head back home</a> to try finding it again.</p>
</div>
</div>
</body>
</html>