-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
32 lines (30 loc) · 1.18 KB
/
404.html
File metadata and controls
32 lines (30 loc) · 1.18 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
---
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">
404! But, there are no dragons either.
</h1>
</div>
<div class="s-intro__subtitle">
<p>
Seems like you didn't find what you wanted. But don't worry - we've got plenty of exciting projects
waiting for you to explore!<br>
Check Out: <a href="https://github.com/orgs/comphy-lab/repositories" style="background: none; padding: 0;"><i class="fa-brands fa-github" style="font-size: 1.5em; color: white;"></i></a>
</p>
<p style="margin-top: 30px;">
<a href="/" style="display: inline-block; padding: 10px 20px; background-color: #0366d6; color: white; text-decoration: none; border-radius: 5px;">
Take Me Home
</a>
</p>
</div>
</div>
</div>
</section>