-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
25 lines (23 loc) · 1.31 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
---
permalink: /404.html
layout: blank
---
<div class="main-container p-0 bg-img img-bottom" style="background-image: url(/assets/images/bg-error.jpg)">
<div class="container">
<div class="row align-items-end vh-100 dark">
<div class="col mb-100">
<div class="row v-center">
<div class="col-lg-6 col-xl-5">
<h1 class="error-title">404</h1>
</div><!-- / column -->
<div class="col-lg-6 col-xl-7">
<h4>Page Not Found!</h4>
<p class="w-80">Sorry, the page you are looking for was moved, removed, renamed or maybe never existed.</p>
<button class="btn btn-sm btn-white m-5" type="button" onclick="window.history.back();"><i class="fas fa-chevron-left text-primary mr-5"></i> <span>Back</span></button>
<a href="{{ "/" | relative_url }}" class="btn btn-sm btn-white m-5"><i class="fas fa-home text-primary mr-5"></i> <span>Home</span></a>
</div><!-- / column -->
</div><!-- / row -->
</div><!-- / column -->
</div><!-- / row -->
</div><!-- / container -->
</div><!-- / main-container -->