-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
53 lines (48 loc) · 1.68 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
layout: default
permalink: /404.html
---
<header>
<!--intro-->
<div class="view">
<video class="video-intro" poster="https://mdbootstrap.com/img/Photos/Others/background.jpg" playsinline autoplay muted loop>
<source src="/resources/video/404.mp4" type="video/mp4">
</video>
<!--mask&FlexBox-->
<div class="mask rgba-black-strong d-flex justify-content-center align-items-center">
<!--container-->
<div class="container flex-center">
<!--row-->
<div class="row">
<!--column-->
<!--<div class="col-md-12 wow fadeIn mb-3 px-5 mx-5">-->
<!--<div class="card card-body rgba-white-slight text-center white-text">-->
<!--<h1 class="display-1 font-weight-light rgba-black-light mb-2 py-2 code wow fadeInDown" data-wow-delay="0.2s">-->
<!--Error 404
</h1>-->
<!--<h4 class="subtext-header mt-2 mb-4 wow fadeInDown" data-wow-delay="0.2s">-->
<!--Opps! Page Not Found </h4>-->
<!--<p class="white-text pb-5 wow fadeIn" data-wow-delay="0.4s">-->
<!--The page you're looking for is not found. Please try again later. </p>-->
<div class="wow fadeInUp mb-3" data-wow-delay="0.2s">
<a class="btn btn-rounded btn-white" href="javascript:history.back()">
<i class="fas fa-chevron-left mr-1 grey-text" aria-hidden="true"></i>
back
</a>
<a class="btn btn-rounded btn-outline-white" href="/">
<i class="fas fa-home mr-1 grey-text" aria-hidden="true"></i>
home
</a>
</div>
<!--</div>-->
<!--</div>-->
<!--/column-->
</div>
<!--/row-->
</div>
<!--/container-->
</div>
<!--/mask&FlexBox-->
</div>
<!--/intro-->
</header>