|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + |
| 4 | +<head> |
| 5 | + <meta charset="utf-8"> |
| 6 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 8 | + <meta name="description" content="Webstack.cc" /> |
| 9 | + <meta name="author" content="viggoz.com" /> |
| 10 | + <title>Webstack.cc - Admin</title> |
| 11 | + <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Arimo:400,700,400italic"> |
| 12 | + <link rel="stylesheet" href="assets/css/fonts/linecons/css/linecons.css"> |
| 13 | + <link rel="stylesheet" href="assets/css/fonts/fontawesome/css/font-awesome.min.css"> |
| 14 | + <link rel="stylesheet" href="assets/css/bootstrap.css"> |
| 15 | + <link rel="stylesheet" href="assets/css/xenon-core.css"> |
| 16 | + <link rel="stylesheet" href="assets/css/xenon-forms.css"> |
| 17 | + <link rel="stylesheet" href="assets/css/xenon-components.css"> |
| 18 | + <link rel="stylesheet" href="assets/css/xenon-skins.css"> |
| 19 | + <link rel="stylesheet" href="assets/css/custom.css"> |
| 20 | + <script src="assets/js/jquery-1.11.1.min.js"></script> |
| 21 | +</head> |
| 22 | + |
| 23 | +<body class="page-body page-error-env"> |
| 24 | + <div class="page-error centered"> |
| 25 | + <div class="error-symbol"> |
| 26 | + <i class="fa-warning"></i> |
| 27 | + </div> |
| 28 | + <h2> |
| 29 | + Error 404 |
| 30 | + <small>Page not found!</small> |
| 31 | + </h2> |
| 32 | + <p>We did not find the page you were looking for!</p> |
| 33 | + <p>You can search again or contact one of our agents to help you!</p> |
| 34 | + </div> |
| 35 | + <div class="page-error-search centered"> |
| 36 | + <form class="form-half" method="get" action="" enctype="application/x-www-form-urlencoded"> |
| 37 | + <input type="text" class="form-control input-lg" placeholder="Search..." /> |
| 38 | + <button type="submit" class="btn-unstyled"> |
| 39 | + <i class="linecons-search"></i> |
| 40 | + </button> |
| 41 | + </form> |
| 42 | + <a href="#" class="go-back"> |
| 43 | + <i class="fa-angle-left"></i> Go Back |
| 44 | + </a> |
| 45 | + </div> |
| 46 | + <!-- Bottom Scripts --> |
| 47 | + <script src="assets/js/bootstrap.min.js"></script> |
| 48 | + <script src="assets/js/TweenMax.min.js"></script> |
| 49 | + <script src="assets/js/resizeable.js"></script> |
| 50 | + <script src="assets/js/joinable.js"></script> |
| 51 | + <script src="assets/js/xenon-api.js"></script> |
| 52 | + <script src="assets/js/xenon-toggles.js"></script> |
| 53 | + <!-- JavaScripts initializations and stuff --> |
| 54 | + <script src="assets/js/xenon-custom.js"></script> |
| 55 | +</body> |
| 56 | + |
| 57 | +</html> |
0 commit comments