-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
28 lines (24 loc) · 898 Bytes
/
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
---
layout: page
title: '404'
permalink: /404.html
---
<div class="d-flex flex-column text-center pb-5">
<!-- START Logo -->
<div class="fa-5x">
<i class="fa-duotone fa-face-pensive fa-fw" style="color: var(--bs-purple-500);"></i>
</div>
<!-- END Logo -->
<!-- Header with Description -->
<div class="mb-2">
<small class="text-secondary opacity-75">Error 404</small>
</div>
<h4 class="mb-3 fw-normal">We can't find that page</h4>
<p class="pb-2 text-secondary opacity-75">Sorry, the page you are looking for doesn't exist or has been moved.</p>
<!-- Buttons -->
<div class="d-grid gap-5 d-md-block">
<a role="button" class="btn btn-primary px-4 rounded-pill" href="{{page.root}}/">
<i class="fa fa-arrow-rotate-left me-2 opacity-50" aria-hidden="true"></i>Take me Home
</a>
</div>
</div>