-
Notifications
You must be signed in to change notification settings - Fork 6
/
404.html
32 lines (27 loc) · 980 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
26
27
28
29
30
31
32
---
layout: default
description: "Meta description for 404 page"
keywords: "responsive,jekyll,minimal template"
---
<!-- Start Page Title Area -->
<section class="page-title-area bg-cover1"
>
<div class="page-title-wrapper section-spacing">
<div class="page-title text-center white-text">
<h1 class="heading-1">404</h1>
</div>
</div>
</section>
<!-- End Page Title Area -->
<!-- Start Blog Area -->
<section class="blog-area bg-color1">
<div class="blog-wrapper section-spacing">
<div class="container">
<div class="error-page text-center">
<img src="images/404.png" alt="error logo">
<p><a href="{{ "/" | relative_url }}" class="btn-style2 btn btn-primary">Back to Home</a></p>
</div>
</div>
</div>
</section>
<!-- End Blog Area -->