mirror of
https://github.com/WebStackPage/WebStackPage.github.io.git
synced 2026-02-07 12:23:39 +08:00
update
This commit is contained in:
81
404.html
Normal file
81
404.html
Normal file
@@ -0,0 +1,81 @@
|
||||
<!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 name="description" content="Xenon Boostrap Admin Panel" />
|
||||
<meta name="author" content="" />
|
||||
|
||||
<title>Xenon - Homepage</title>
|
||||
|
||||
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Arimo:400,700,400italic">
|
||||
<link rel="stylesheet" href="assets/css/fonts/linecons/css/linecons.css">
|
||||
<link rel="stylesheet" href="assets/css/fonts/fontawesome/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="assets/css/bootstrap.css">
|
||||
<link rel="stylesheet" href="assets/css/xenon-core.css">
|
||||
<link rel="stylesheet" href="assets/css/xenon-forms.css">
|
||||
<link rel="stylesheet" href="assets/css/xenon-components.css">
|
||||
<link rel="stylesheet" href="assets/css/xenon-skins.css">
|
||||
<link rel="stylesheet" href="assets/css/custom.css">
|
||||
|
||||
<script src="assets/js/jquery-1.11.1.min.js"></script>
|
||||
|
||||
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!--[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="page-body page-error-env">
|
||||
|
||||
<div class="page-error centered">
|
||||
|
||||
<div class="error-symbol">
|
||||
<i class="fa-warning"></i>
|
||||
</div>
|
||||
|
||||
<h2>
|
||||
Error 404
|
||||
<small>Page not found!</small>
|
||||
</h2>
|
||||
|
||||
<p>We did not find the page you were looking for!</p>
|
||||
<p>You can search again or contact one of our agents to help you!</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="page-error-search centered">
|
||||
<form class="form-half" method="get" action="" enctype="application/x-www-form-urlencoded">
|
||||
<input type="text" class="form-control input-lg" placeholder="Search..." />
|
||||
|
||||
<button type="submit" class="btn-unstyled">
|
||||
<i class="linecons-search"></i>
|
||||
</button>
|
||||
</form>
|
||||
|
||||
<a href="#" class="go-back">
|
||||
<i class="fa-angle-left"></i>
|
||||
Go Back
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!-- Bottom Scripts -->
|
||||
<script src="assets/js/bootstrap.min.js"></script>
|
||||
<script src="assets/js/TweenMax.min.js"></script>
|
||||
<script src="assets/js/resizeable.js"></script>
|
||||
<script src="assets/js/joinable.js"></script>
|
||||
<script src="assets/js/xenon-api.js"></script>
|
||||
<script src="assets/js/xenon-toggles.js"></script>
|
||||
|
||||
|
||||
<!-- JavaScripts initializations and stuff -->
|
||||
<script src="assets/js/xenon-custom.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user