-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror-404.html
73 lines (62 loc) · 2.75 KB
/
error-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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Meta -->
<meta name="description" content="SityCab is a taxi company responsive html template.">
<meta name="keywords" content="boostrap, responsive, html5, css3, jquery, theme, uikit, multicolor, parallax, retina, taxi business" />
<meta name="author" content="dhsign">
<meta name="robots" content="index, follow" />
<meta name="revisit-after" content="3 days" />
<title>CityCab - Taxi Company Responsive Html Template</title>
<!-- Styles -->
<!-- Bootstrap core CSS -->
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- jQuery UI CSS -->
<link href="assets/css/jquery-ui.css" rel="stylesheet">
<!-- Uikit CSS -->
<link href="assets/css/uikit.almost-flat.css" rel="stylesheet">
<!-- OWL Carousel CSS -->
<link href="assets/css/owl.carousel.css" rel="stylesheet">
<link href="assets/css/owl.theme.css" rel="stylesheet">
<!-- Template CSS -->
<link href="assets/css/quotes.css" rel="stylesheet">
<link href="assets/css/product.css" rel="stylesheet">
<link href="CityCab.css" rel="stylesheet">
<link href="assets/css/error-404.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<!-- Google Font -->
<link href='http://fonts.googleapis.com/css?family=Montserrat+Alternates' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="error-page" class="container">
<div class="col-md-12">
<h1 class="error-code">404</h1>
<p class="error-message">
Article not found<br>
Go Back <a href="index.html" title="Home"><i class="uk-icon-home"></i> Home</a>
</p>
</div>
</div>
<!-- Bootstrap core JavaScript -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="bootstrap/js/bootstrap.min.js"></script>
<!-- Jquery scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="https://dhtheme.com/CityCab-html/assets/js/jquery-ui.js"></script>
<!-- Uikit scripts -->
<script src="assets/js/uikit.min.js"></script>
<!-- OWL Carousel scripts -->
<script src="assets/js/owl.carousel.min.js"></script>
<!-- Template scripts -->
<script src="assets/js/template.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>