-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path404.html
More file actions
26 lines (25 loc) · 779 Bytes
/
404.html
File metadata and controls
26 lines (25 loc) · 779 Bytes
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
---
layout: default
suffixes:
- Forgiveness,
- Humour,
- Us
title: Error 404
---
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="error-template">
<h1>Oops!</h1>
<h2>404 Not Found</h2>
<div class="error-details">
Sorry, an error has occurred. Requested page not found!
</div>
<div class="error-actions">
<a href="{{site.url}}" class="btn btn-primary btn-lg"><span class="fas fa-home"></span>Take Me Home</a>
<a href="contact" class="btn btn-primary btn-lg"><span class="fas fa-envelope"></span> Contact Us </a>
</div>
</div>
</div>
</div>
</div>