-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
17 lines (17 loc) · 885 Bytes
/
404.html
File metadata and controls
17 lines (17 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
title: Error 404
permalink: /404.html
---
<!-- About -->
<section class="page-section" id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">AHHHHH A 404 Error!</h2>
<hr>
<h3 class="section-subheading text-muted">Okay. Breathe. No reason to panic. Either you were working hard and typed a link wrong in haste, in which you can easily fix that now. Or, <a href="http://kwcooper.xyz" target="_blank">Keiland</a>, one of the site developers, was up late, and misconfigured a few links trying to pull this whole thing off. Let's be honest, this is the most likely case, and since the customer is always right, we'll go with that anyway.</h3>
<h3> Please try another link above, and thank you for stopping by.</h3>
</div>
</div>
</div>
</section>