-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpage-not-found.html
69 lines (62 loc) · 2.4 KB
/
page-not-found.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no ">
<title>JVcloud</title>
<meta name="description" content="" />
<meta name="title" content="" />
<meta name="keywords" content="" />
<link rel="icon" href="assets/images/Foodle.png" type="image/x-icon" />
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css" />
<link href="assets/css/style.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<!-- slider -->
<link rel="stylesheet" type="text/css" href="assets/css/swiper.css" />
<link rel="stylesheet" type="text/css" href="assets/css/swiper.min.css">
<!--=== Windows Phone JS Code Start ===-->
<script type="text/javascript">
if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
var msViewportStyle = document.createElement('style')
msViewportStyle.appendChild(
document.createTextNode(
'@-ms-viewport{width:auto!important}'
)
)
document.querySelector('head').appendChild(msViewportStyle)
}
</script>
<!--=== Windows Phone JS Code End ===-->
</head>
<body>
<div class="jv_cloud_sign-up_page">
<div class="page-not-found-div">
<div class="wrapper-page-not-found">
<div class="container">
<div class="col-md-12 text-center">
<div class="image-for-pnf">
<img src="assets/images/404.jpg" alt="image">
</div>
<div class="text-center pnf-text">
<h1>Oops! Page Not Found</h1>
</div>
<div class="button_login_reg_div">
<a href="index.html">
<button>Go Back</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="assets/js/jquery-3.1.1.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/ofi.js"></script>
<script src="assets/js/swiper.min.js"></script>
</body>
</html>