-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
30 lines (29 loc) · 794 Bytes
/
404.html
File metadata and controls
30 lines (29 loc) · 794 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
27
28
29
30
---
layout: boilerplate
title: 404
---
<div class="bg-danger bg-gradient notfound-container">
<div class="container pb-3">
<div class="py-4 text-light">
<h1 class="mb-1">404</h1>
<h2>That's an error.</h2>
</div>
<div class="card">
<div class="card-body">
<h5 class="card-title">
The page you are looking for could not be found on this server.
</h5>
<p class="card-text">
Try navigating again from the <a href="{{site.url}}">homepage</a>.
</p>
<p class="card-text">
Is a link broken? Please
<a href="https://github.com/BenJetson/benjetson.github.io/issues/new">
file a ticket
</a>
to let me know.
</p>
</div>
</div>
</div>
</div>