-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
116 lines (82 loc) · 4.02 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us"><head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<script>
var doNotTrack = false;
if (!doNotTrack) {
(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-123885643-1', 'auto');
ga('send', 'pageview');
}
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>404 Page not found - Backendology - A study of backend web development by Jared Ririe</title>
<meta name="author" content="Jared Ririe">
<meta property="og:site_name" content="Backendology">
<meta property="og:description" content="404 Page not found - Backendology - A study of backend web development by Jared Ririe">
<meta property="og:title" content="404 Page not found - Backendology - A study of backend web development by Jared Ririe">
<meta property="og:type" content="article">
<meta name="keywords" content="Databases, Architecture, Microservices, Distributed Systems, Coding Interview, Data Structures, Machine Learning, NoSQL, SQL, Golang, JavaScript, Software, Blogging, Hugo">
<link rel="stylesheet" href="/css/poole.css">
<link rel="stylesheet" href="/css/syntax.css">
<link rel="stylesheet" href="/css/lanyon.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
<link rel="stylesheet" href="/public/font-awesome/css/font-awesome.min.css">
<link rel="canonical" href="">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/assets/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="/assets/favicon.ico">
</head>
<body class="theme-base-0d">
<input type="checkbox" class="sidebar-checkbox" id="sidebar-checkbox">
<div class="sidebar" id="sidebar">
<div class="sidebar-item">
<p>A detailed study of the concepts and technologies related to backend web development</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="/archives/">All Posts</a>
<a class="sidebar-nav-item" href="/categories/">Categories</a>
<a class="sidebar-nav-item" href="/tags/">Tags</a>
<a class="sidebar-nav-item" href="/subscribe/">Subscribe</a>
</nav>
<div class="sidebar-item">
<p>
<a href="https://github.com/jaredririe"><i class="fa fa-github fa-3x"></i></a>
<a href="https://www.linkedin.com/in/jaredririe"><i class="fa fa-linkedin-square fa-3x"></i></a>
<a href="https://twitter.com/jaredririe"><i class="fa fa-twitter fa-3x"></i></a>
<a href="/feed.xml"><i class="fa fa-rss fa-3x"></i></a>
</p>
</div>
<div class="sidebar-item">
<p>© 2018. All rights reserved.</p>
</div>
</div>
<div class="wrap">
<div class="masthead">
<div class="container">
<h3 class="masthead-title">
<a href="/" title="Home">Backendology</a>
<small>A study of backend web development by Jared Ririe</small>
</h3>
</div>
</div>
<div class="container content">
<div class="page">
<h1 class="page-title">404</h1>
<p>Oops! Sorry, we’ve misplaced that URL or it’s pointing to something that doesn’t exist.</p>
<ul>
<li><a href="/tags/">Browse all the content tags</a> and the posts associated with each tag.</li>
<li><a href="/categories/">Browse all the categories</a> and the posts within each category.</li>
</ul>
<p><a href="/">head back home</a> to try finding it again.</p>
</div>
</div>
</div>
<label for="sidebar-checkbox" class="sidebar-toggle"></label>
</body>
</html>