-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
28 lines (26 loc) · 1.12 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
---
layout: layout.liquid
title: Page not found - Kenny Cameron
page-heading: Page not found
css-file: pFkcklHa
route: 404 routes were checked - only 6 are valid. Keep trying
noindex: true
fourohfour: yes
permalink: /404.html
---
<!-- 404 message -->
<section class="bg-light py-md-6 py-5 text-center" id="404">
<div class="container">
<h2 class="mb-5">Sorry, the page you were looking for was not found</h2>
<div class="row justify-content-center g-4">
<div class="col-8">
<p>It may have been removed, deleted, binned, thrown away, put in the trash,
launched out a canon, blown up, eviscerated, melted,
buried in a tomb so dark that it will never come to light,
or maybe you just typed something wrong...</p>
<p><a class="btn btn-light btn-lg" href="../">Return to homepage</a></p>
</div>
</div>
</div>
</section>
{% render "icons" %}