forked from SmartCash/smartcash.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
36 lines (36 loc) · 1.86 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
26
27
28
29
30
31
32
33
34
35
36
---
layout: default
title: "404"
---
<!-- 404-area -->
<section id="parallax" class="error-page error-bg fix" style="background-image:url(../assets/img/404/e-bg.jpg)">
<div class="error-shape01 shape-img layer" data-depth="0.10"><img src="../assets/img/404/e-shape01.png" alt="shape"></div>
<div class="error-shape02 shape-img layer" data-depth="0.15"><img src="../assets/img/404/e-shape02.png" alt="shape"></div>
<div class="error-shape03 shape-img layer" data-depth="0.10"><img src="../assets/img/404/e-shape03.png" alt="shape"></div>
<div class="error-shape04 shape-img layer" data-depth="0.20"><img src="../assets/img/404/e-shape04.png" alt="shape"></div>
<div class="error-shape05 shape-img layer" data-depth="0.10"><img src="../assets/img/404/e-shape05.png" alt="shape"></div>
<div class="error-shape06 shape-img layer" data-depth="0.10"><img src="../assets/img/404/e-shape06.png" alt="shape"></div>
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="error-content">
<h2>Opps, There Is Nothing.....</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua.</p>
<div class="error-form d-none d-sm-block">
<form action="#">
<input type="text" placeholder="Enter your email address">
<button class="btn">subscribe</button>
</form>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="error-page-img">
<img src="../assets/img/404/e-img.png" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- 404-area-end -->