-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
51 lines (45 loc) · 1.87 KB
/
error.html
File metadata and controls
51 lines (45 loc) · 1.87 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
<!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">
<link rel="icon" href="images/logo_estrategy.png" type="image/x-icon" />
<!-- Theme tittle -->
<title>EngStrategy</title>
<!-- Theme style CSS -->
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="home_v3">
<section class="error_area bg_s">
<div class="container">
<img src="images/shap/error.png" alt="" class="up_animat">
<h4>The page you are looking for wasn't found!</h4>
<a href="index.html" class="theme_btn">Back to main page</a>
<p>Copyrights 2019 <a href="index.html">Template_mr</a> Template</p>
</div>
<div class="shap_s">
<img src="images/shap/e-1.png" alt="" class="shap_1">
<img src="images/shap/e-shap-3.png" alt="" class="shap_2">
<img src="images/shap/e-shap-4.png" alt="" class="shap_3">
</div>
</section>
<!-- Error Area -->
<!-- jQuery v3.3.1 -->
<script src="js/jquery-3.3.1.min.js"></script>
<!-- Bootstrap v4.0.0 -->
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- Extra Plugin -->
<script src="vendors/animate-css/wow.min.js"></script>
<script src="vendors/countdown/dscountdown.min.js"></script>
<!-- Theme js / Custom js -->
<script src="js/theme.js"></script>
</body>
</html>