-
Notifications
You must be signed in to change notification settings - Fork 0
/
page-404-style1.html
109 lines (90 loc) · 4.29 KB
/
page-404-style1.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
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
<!DOCTYPE html>
<html dir="ltr" lang="en">
<!-- Mirrored from kodesolution.com/html/2017/kidspro-html-b5/page-404-style1.html by HTTrack Website Copier/3.x [XR&CO'2017], Mon, 22 May 2023 09:50:02 GMT -->
<head>
<!-- Meta Tags -->
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta name="description" content="KidsPro - Kids Education & Kindergarten School HTML5 Template" />
<meta name="keywords" content="kindergarten,children,kidsschool,school,baby,childschool,academy,course,education," />
<meta name="author" content="ThemeMascot" />
<!-- Page Title -->
<title>KidsPro - Kids Education & Kindergarten School HTML5 Template</title>
<!-- Favicon and Touch Icons -->
<link href="images/favicon.png" rel="shortcut icon" type="image/png">
<link href="images/apple-touch-icon.png" rel="apple-touch-icon">
<link href="images/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72">
<link href="images/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114">
<link href="images/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144">
<!-- Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="css/animate.min.css" rel="stylesheet" type="text/css">
<link href="css/javascript-plugins-bundle.css" rel="stylesheet"/>
<!-- CSS | menuzord megamenu skins -->
<link href="js/menuzord/css/menuzord.css" rel="stylesheet"/>
<!-- CSS | Main style file -->
<link href="css/style-main.css" rel="stylesheet" type="text/css">
<link id="menuzord-menu-skins" href="css/menuzord-skins/menuzord-rounded-boxed.css" rel="stylesheet"/>
<!-- CSS | Responsive media queries -->
<link href="css/responsive.css" rel="stylesheet" type="text/css">
<!-- CSS | Style css. This is the file where you can place your own custom css code. Just uncomment it and use it. -->
<!-- CSS | Theme Color -->
<link href="css/colors/theme-skin-color-set1.css" rel="stylesheet" type="text/css">
<!-- external javascripts -->
<script src="js/jquery.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/javascript-plugins-bundle.js"></script>
<script src="js/menuzord/js/menuzord.js"></script>
<!-- <link href="css/style.css" rel="stylesheet" type="text/css"> -->
<!-- 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.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="tm-container-1230px">
<div id="wrapper" class="clearfix">
<!-- Start main-content -->
<div class="main-content-area">
<!-- Section: home -->
<section id="home" class="fullscreen bg-lightest">
<div class="display-table text-center">
<div class="display-table-cell">
<div class="container pt-0 pb-0">
<div class="row">
<div class="col"></div>
<div class="col-lg-8">
<h1 class="font-size-150 text-theme-colored1 mt-0 mb-0"><i class="fa fa-map-signs text-gray-silver"></i>404!</h1>
<h2 class="mt-0">Oops! Page Not Found</h2>
<p>The page you were looking for could not be found.</p>
<a class="btn btn-theme-colored1 btn-round btn-circled" href="index.html">Return Home</a>
</div>
<div class="col"></div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- end main-content -->
<!-- Footer -->
<footer id="footer" class="footer">
<div class="container p-20">
<div class="row">
<div class="col-lg-12 text-center">
<p class="mb-0">Copyright ©2021 ThemeMascot. All Rights Reserved</p>
</div>
</div>
</div>
</footer>
<a class="scrollToTop" href="#"><i class="fa fa-angle-up"></i></a>
</div>
<!-- end wrapper -->
<!-- Footer Scripts -->
<!-- JS | Custom script for all pages -->
<script src="js/custom.js"></script>
</body>
<!-- Mirrored from kodesolution.com/html/2017/kidspro-html-b5/page-404-style1.html by HTTrack Website Copier/3.x [XR&CO'2017], Mon, 22 May 2023 09:50:02 GMT -->
</html>