-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
33 lines (31 loc) · 1.23 KB
/
404.html
File metadata and controls
33 lines (31 loc) · 1.23 KB
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
---
layout: default
title: "404: Page Not Found"
permalink: /404.html
---
<section id="intro" class="s-intro target-section">
<div class="s-intro__bg rellax" data-rellax-speed="-5"></div>
<div class="row s-intro__content">
<div class="column">
<div class="s-intro__content-top">
<div style="display: flex; justify-content: center; gap: 20px; margin-bottom: 10px;">
<h1 class="s-intro__title" style="color: black;">
404! But, there are no dragons either.
</h1>
</div>
<div style="text-align: center; margin: 20px 0;">
<p style="margin-bottom: 15px; font-size: 1.5em;">
Seems like you didn't find what you wanted.<br>
Go to:<br>
<a href="{{ site.baseurl }}/" style="display: inline-block; padding: 10px 20px; background-color: #0366d6; color: white; text-decoration: none; border-radius: 5px; margin-bottom: 10px;">
Vatsal's personal website
</a>
<br>
<a href="/" style="display: inline-block; padding: 10px 20px; background-color: #0366d6; color: white; text-decoration: none; border-radius: 5px;">
Visit CoMPhy Lab
</a>
</p>
</div>
</div>
</div>
</section>