-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
121 lines (80 loc) · 2.98 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
<!DOCTYPE html>
<style>
@media only screen and (max-device-width: 420px){
.navcompact{
width:100%;
}
}
@media only screen and (min-device-width: 421px){
.navcompact{
width:60%;
}
}
</style>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Karnik Ram">
<meta name="generator" content="Hugo 0.54.0" />
<title>404 Page not found</title>
<link rel="shortcut icon" href="https://karnikram.info/images/favicon.ico">
<link rel="stylesheet" href="https://karnikram.info/css/style.css">
<link rel="stylesheet" href="https://karnikram.info/css/highlight.css">
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="" />
<meta itemprop="name" content="404 Page not found">
<meta itemprop="description" content="">
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:description" content=""/>
</head>
<body>
<table class="navcompact" border="0" align="center" cellspacing="9px" cellpadding="0">
<tr>
<td>
<nav class="main-nav">
<a href='https://karnikram.info'> About Me</a>
</nav>
</td>
</tr>
</table>
<section id="wrapper">
<article class="post">
<header>
<h1>404 - Page not found</h1>
<h3>The content you're looking for doesn't seem to exist.</h3>
</header>
<ul id="post-list" class="archive readmore">
<h3>Read more</h3>
<li>
<a href="/blog/notes-setup/">My note taking setup<aside class="dates">Jan 3 2021</aside></a>
</li>
<li>
<a href="/blog/node-setup/">Setting up a server node<aside class="dates">Jun 28 2020</aside></a>
</li>
<li>
<a href="/blog/ethrss/">ETH Robotics Summer School<aside class="dates">Jul 12 2019</aside></a>
</li>
<li>
<a href="/blog/gsoc-2018-progress/">Google Summer of Code with MRPT<aside class="dates">Aug 12 2018</aside></a>
</li>
<li>
<a href="/blog/lie/">Lie Groups and Lie Algebra<aside class="dates">Sep 3 2017</aside></a>
</li>
</ul>
</article>
<footer id="footer" style="margin-top:100px;margin-bottom:100px;">
</footer>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"/>
</script>
</section>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://karnikram.info/js/main.js"></script>
<script src="https://karnikram.info/js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>