-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
119 lines (110 loc) · 4.84 KB
/
404.html
File metadata and controls
119 lines (110 loc) · 4.84 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html lang="en">
<head>
<title>404</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=2.0, user-scalable=yes" />
<!-- Include All CSS -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="css/payloan-icon.css"/>
<link rel="stylesheet" type="text/css" href="css/owl.theme.css"/>
<link rel="stylesheet" type="text/css" href="css/owl.carousel.css"/>
<link rel="stylesheet" type="text/css" href="css/preset.css"/>
<link rel="stylesheet" type="text/css" href="css/theme.css"/>
<!-- Favicon Icon -->
<link rel="icon" type="image/png" href="images/logo.png">
</head>
<body class="bg_right">
<!-- Preloading -->
<div class="preloader text-center">
<div class="la-ball-circus la-2x">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- Preloading -->
<!-- Header section -->
<header class="header_1" id="header">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-3 col-md-3">
<div class="logo">
<a href="index.html"><img src="images/logo.png" alt=""></a>
</div>
</div>
<div class="col-lg-7 col-md-7">
<nav class="mainmenu MenuInRight text-right">
<a href="javascript:void(0);" class="mobilemenu d-md-none d-lg-none d-xl-none">
<span></span>
<span></span>
<span></span>
</a>
<ul>
<li class="menu-item-has-children">
<a href="#">Home</a>
</li>
<li class="menu-item-has-children">
<a href="#">Guide</a>
</li>
<li class="menu-item-has-children">
<a href="#">Developer</a>
</li>
<li class="menu-item-has-children">
<a href="#">Blog</a>
</li>
<li class="menu-item-has-children">
<a href="#">Docs</a>
</li>
<!-- <li><a href="contact.html">Follow Us</a></li>-->
</ul>
</nav>
</div>
<div class="col-lg-2 col-md-2 hidden-xs">
<div class="navigator_btn btn_bg text-right">
<a class="common_btn" href="#">Launch App</a>
</div>
</div>
</div>
</div>
</header>
<!-- Header section -->
<div style="height: 150px"></div>
<!-- Common Section -->
<section class="commonSection page_4040">
<div class="container">
<div class="row">
<div class="col-lg-6 offset-lg-3">
<div class="content_404 text-center">
<h1>404</h1>
<p>
The core function is being tested and will be officially launched around March 20.
</p>
<a class="common_btn" href="/home/index">Back to home</a>
</div>
</div>
</div>
</div>
</section>
<!-- Common Section -->
<!-- Copyright section -->
<section class="copyright">
<div class="container">
<div class="row">
<div class="col-sm-12">
<p style="text-align: center">Copyright By <a href="/home/index">PipeMail</a>. All rights reserved</p>
</div>
</div>
</div>
</section>
<!-- Copyright section -->
<!-- Include All JS -->
<script src="js/jquery.js"></script>
<script src="js/jquery.themepunch.revolution.min.js"></script>
<script src="js/jquery.themepunch.tools.min.js"></script>
<script src="js/owl.carousel.js"></script>
<script src="js/theme.js"></script>
</body>
</html>