-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
156 lines (69 loc) · 3.22 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
<!DOCTYPE html>
<html lang="en-us"><head>
<title>404 Page not found - Stephen Malina</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta name="description"
content=" ">
<link rel="canonical" href="https://stephenmalina.com/404.html" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/1.1.0/modern-normalize.min.css" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preload" as="style"
href="https://fonts.googleapis.com/css?family=Noto+Serif+SC|Noto+Emoji&display=swap" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Noto+Serif+SC|Noto+Emoji&display=swap"
media="print" onload="this.media='all'" />
<noscript>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Noto+Serif+SC&display=swap" />
</noscript>
<link rel="stylesheet" href="https://stephenmalina.com/css/hugo-tufte.min.css">
<link rel="stylesheet" href="https://stephenmalina.com/css/hugo-tufte-options.min.css">
<link rel="stylesheet" href="https://stephenmalina.com/css/hugo-tufte-override.css">
</head>
<body>
<div id="layout" class="pure-g">
<article class="pure-u-1">
<header class="brand">
<h1>Stephen Malina</h1>
<p class="subtitle">This is my blog. There are many others like it but this one is mine.</p>
<nav class="menu">
<ul>
<li><a href="https://stephenmalina.com/">Home</a></li>
<li><a href="https://stephenmalina.com/about">About</a></li>
<li><a href="https://stephenmalina.com/post">Post</a></li>
<li><a href="https://stephenmalina.com/bets">Bets</a></li>
<li><a href="https://stephenmalina.com/subscribe">Subscribe</a></li>
<li><a href="https://stephenmalina.com/tags">Tags</a></li>
</ul>
</nav>
<hr />
</header>
<section><h2 id="title">Looks like there is a problem in the url... <br/>
<a href="https://stephenmalina.com/">Go Home ? </a></h2></section>
<section>
<footer class="page-footer">
<hr />
<div class="previous-post" style="display:inline-block;">
</div>
<div class="next-post", style="display:inline-block;float:right;">
</div>
<ul class="page-footer-menu">
<li><a href="https://twitter.com/an1lam">Twitter</a></li>
<li><a href="https://github.com/an1lam">GitHub</a></li>
<li><a href="https://scholar.google.com/citations?user=Q6_3PJEAAAAJ">Google Scholar</a></li>
<li><a href="https://github.com/an1lam"><i class='fa fa-github fa-2x'></i> </a></li>
<li><a href="https://twitter.com/an1lam"><i class='fa fa-twitter fa-2x'></i> </a></li>
<li><a href="mailto:[email protected]"><i class='fa fa-envelope fa-2x'></i> </a></li>
<li><a href="https://stackoverflow.com/users/1631855/an1lam"><i class='fa fa-stack-overflow fa-2x'></i> </a></li>
</ul>
<p>
Powered by <a href="https://gohugo.io">Hugo</a> and the
<a href="https://github.com/loikein/hugo-tufte">Tufte theme</a>.
</p>
</footer>
</section>
</article>
</div>
</body>
</html>