forked from StartBootstrap/startbootstrap-clean-blog-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 38
/
404.html
25 lines (20 loc) · 725 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
---
layout: default
---
<header class="masthead bg-dark text-white" data-midnight="white">
<div class="container-fluid px-5">
<h1 class="mb-0" id="postHeading">404</h1>
<h2 class="mt-4 mb-0" id="postSubheading">Page Not Found!</h2>
</div>
</header>
<main class="page-section bg-white">
<div class="container-fluid px-5">
<div class="row m-0">
<div class="col-md-9 col-lg-6 p-0">
<h2>The requested page could not be found.</h2>
<p>Sorry about that, it looks like this page is missing! <a href="/">Return to home</a> to get back on track! Thanks for visitng the website!</p>
</div>
</div>
</div>
</main>
<a class="page-bottom-link px-5 py-3" href="/">Return to Home</a>