-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
68 lines (49 loc) · 2.46 KB
/
404.html
File metadata and controls
68 lines (49 loc) · 2.46 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
<head>
<link href="//gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="generator" content="Hugo 0.86.0" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 Page not found · Dinesh Tech Bytes</title>
<link type="text/css" rel="stylesheet" href="https://dineshba.github.io/css/print.css" media="print">
<link type="text/css" rel="stylesheet" href="https://dineshba.github.io/css/poole.css">
<link type="text/css" rel="stylesheet" href="https://dineshba.github.io/css/syntax.css">
<link type="text/css" rel="stylesheet" href="https://dineshba.github.io/css/hyde.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Abril+Fatface|PT+Sans:400,400i,700">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="/favicon.png">
</head>
<body class="theme-base-0d ">
<aside class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<a href="https://dineshba.github.io/"><h1>Dinesh Tech Bytes</h1></a>
<p class="lead">
Website to share my learnings
</p>
</div>
<nav>
<ul class="sidebar-nav">
<li><a href="https://dineshba.github.io/">Home</a> </li>
<li><a href="https://github.com/dineshba/"> Github </a></li><li><a href="https://www.linkedin.com/in/dineshba/"> LinkedIn </a></li><li><a href="/talks"> My Talks </a></li><li><a href="https://stackoverflow.com/users/5305962/dinesh-balasubramanian"> Stackoverflow </a></li><li><a href="https://www.youtube.com/@dineshtechbytes"> Youtube </a></li>
</ul>
</nav>
<p>© 2023. All rights reserved. </p>
</div>
</aside>
<main class="content container">
<h1>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="https://dineshba.github.io/">Head back home</a> to try finding it again.</p>
</main>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-146789724-1', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
</body>
</html>