-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
162 lines (87 loc) · 3.51 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Blog of Cherganski</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta name="description" content="My personal blog about anything">
<meta name="generator" content="Hugo 0.94.0" />
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<link rel="stylesheet" href="/css/style.css">
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />
</head>
<body>
<nav class="navigation">
<a href="/"> <span class="arrow">←</span>Home</a>
<a href="/posts">Archive</a>
<a href="/tags">Tags</a>
<a href="/about">About</a>
</nav>
<main class="main">
<div id="page-404">
<div class="text">
<h1>404 - Page Not Found</h1>
<div>The content you're looking for doesn't seem to exist.</div>
</div>
<h2 class="read-more">Read more</h2>
<section class="item">
<div>
<h1 class="title"><a href='/supervised-learning-a-probabilistic-perspective/'>Supervised Learning - A Probabilistic Definition (+ code)</a></h1>
<div class="date">Apr 4, 2021</div>
</div>
</section>
<section class="item">
<div>
<h1 class="title"><a href='/page/about/'>About</a></h1>
<div class="date">Apr 3, 2015</div>
</div>
</section>
<section class="item">
<div>
<h1 class="title"><a href='/page/contact/'>Contact</a></h1>
<div class="date">Apr 3, 2015</div>
</div>
</section>
<section class="item">
<div>
<h1 class="title"><a href='/creating-a-new-theme/'>Creating a New Theme</a></h1>
<div class="date">Sep 28, 2014</div>
</div>
</section>
<section class="item">
<div>
<h1 class="title"><a href='/goisforlovers/'>(Hu)go Template Primer</a></h1>
<div class="date">Apr 2, 2014</div>
</div>
</section>
<section class="item">
<div>
<h1 class="title"><a href='/migrate-from-jekyll/'>Migrating from Jekyll</a></h1>
<div class="date">Apr 2, 2014</div>
</div>
</section>
<section class="item">
<div>
<h1 class="title"><a href='/hugoisforlovers/'>Getting Started with Hugo</a></h1>
<div class="date">Apr 2, 2014</div>
</div>
</section>
</div>
</main>
<footer id="footer">
<div class="copyright">
© Copyright
2022
<span class="split">
<svg fill="#bbbbbb" width="15" height="15" version="1.1" id="heart-15" xmlns="http://www.w3.org/2000/svg" width="15px" height="15px" viewBox="0 0 15 15">
<path d="M13.91,6.75c-1.17,2.25-4.3,5.31-6.07,6.94c-0.1903,0.1718-0.4797,0.1718-0.67,0C5.39,12.06,2.26,9,1.09,6.75
	C-1.48,1.8,5-1.5,7.5,3.45C10-1.5,16.48,1.8,13.91,6.75z"/>
</svg>
</span>
</div>
<div class="powerby">
Powered by <a href='http://www.gohugo.io/'>Hugo</a> Theme By <a href='https://https://github.com/nodejh/hugo-theme-mini'>nodejh</a>
</div>
</footer>
</body>
</html>