-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
48 lines (39 loc) · 1.67 KB
/
Copy path404.html
File metadata and controls
48 lines (39 loc) · 1.67 KB
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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<title>ViraleBom - 404</title>
<meta name="robots" content="noindex, nofollow">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/x-icon" href="assets/img/logo/favicon.ico" />
</head>
<body>
<div class="app mt-md-5 mt-sm-0">
<div class="layout">
<div class="container">
<div class="row full-height align-items-center">
<div class="col-12 d-flex justify-content-center">
<div class="text-center">
<h1 class="font-size-170 text-secondary font-weight-light text-opacity">404</h1>
<h2 class="font-weight-light font-size-30 ored">Whoops! Looks like you got lost</h2>
<p class="lead">We couldnt find what you were looking for.</p>
<a href="index.html" class="btn btn-gradient-success btn-lg m-t-30">Go Back</a>
</div>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="col-12 align-self-end ">
<div class="text-center pb-20 font-size-13">
<span>Copyright © 2018 <b class="text-dark">Theme_Name</b>. All rights reserved.</span>
</div>
</div>
</div>
</footer>
<script src="js/jquery-3.3.1.slim.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>