-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
23 lines (23 loc) · 722 Bytes
/
404.html
File metadata and controls
23 lines (23 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
permalink: /404.html
layout: default
---
<!-- Header-->
<header class="text-white particles-background">
<div class="container px-4 text-center">
<h1 class="fw-bolder">404</h1>
<p class="lead">Page not found :(</p>
</div>
</header>
<!-- About section-->
<section id="about">
<div class="container px-4">
<div class="row gx-4 justify-content-center text-center">
<div class="col-lg-8">
<h2>Be careful what you wish for</h2>
<p class="lead">The requested page could not be found.</p>
<a class="btn btn-outline-primary" href="{{site.url}}" role="button">Go to Home</a>
</div>
</div>
</div>
</section>