-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
31 lines (29 loc) · 1.54 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
---
title: 404! Page Not Found
description: The Page you are looking for could not be found. Make sure you have entered the correct URL.
layout: default
permalink: /404.html
---
<p class="lead">
Seems like the page you are looking for could not be found. <span class="text-success">But don't you worry,
ain't no Mountains High Enough!</span>
<br><br>
You can go back to the <a href="/" title="home page of suyashsingh.github.io">home page</a>
or know more <a href="/about/" rel="author" title="know more about me">about me</a> or
<a href="/projects/" title="find out more of my projects">my projects</a>.
</p>
<div class="row">
<div class="col-md-6">
<span class="text-success"><u><strong>Quick Links</strong></u></span><br>
<a href="/" title="homepage of suyashsingh.github.io">➛Home Page</a><br>
<a href="/blog/" title="read blog posts">➛Blog</a><br>
<a href="/projects/" title="explore my projects">➛Projects</a><br>
<a href="/about/" rel="author" title="know more about me">➛About Me</a><br>
<a href="/contact/" title="got queries? you can contact me">➛Contact</a><br>
</div>
<div class="col-md-6">
<span class="text-success"><u><strong>Some more cool stuff!</strong></u></span><br>
<a href="/blog/raspberry-pi-kernel-development-setup" title="check out how to configure raspberry pi for kernel development">➛Configuring Raspberry Pi for Linux Kernel Development</a><br>
<a href="/blog/udev-rules/" title="know more about udev rules and how to use them">➛Udev Rules</a><br>
</div>
</div>