You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
132 lines
5.6 KiB
HTML
132 lines
5.6 KiB
HTML
<!doctype html>
|
|
<html class="no-js" lang="">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<title>404 Page | Notika - Notika Admin Template</title>
|
|
<meta name="description" content="">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<!-- favicon
|
|
============================================ -->
|
|
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
|
|
<!-- Google Fonts
|
|
============================================ -->
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900" rel="stylesheet">
|
|
<!-- Bootstrap CSS
|
|
============================================ -->
|
|
<link rel="stylesheet" href="css/bootstrap.min.css">
|
|
<!-- font awesome CSS
|
|
============================================ -->
|
|
<link rel="stylesheet" href="css/font-awesome.min.css">
|
|
<!-- owl.carousel CSS
|
|
============================================ -->
|
|
<link rel="stylesheet" href="css/owl.carousel.css">
|
|
<link rel="stylesheet" href="css/owl.theme.css">
|
|
<link rel="stylesheet" href="css/owl.transitions.css">
|
|
<!-- animate CSS
|
|
============================================ -->
|
|
<link rel="stylesheet" href="css/animate.css">
|
|
<!-- normalize CSS
|
|
============================================ -->
|
|
<link rel="stylesheet" href="css/normalize.css">
|
|
<!-- mCustomScrollbar CSS
|
|
============================================ -->
|
|
<link rel="stylesheet" href="css/scrollbar/jquery.mCustomScrollbar.min.css">
|
|
<!-- wave CSS
|
|
============================================ -->
|
|
<link rel="stylesheet" href="css/wave/waves.min.css">
|
|
<!-- Notika icon CSS
|
|
============================================ -->
|
|
<link rel="stylesheet" href="css/notika-custom-icon.css">
|
|
<!-- main CSS
|
|
============================================ -->
|
|
<link rel="stylesheet" href="css/main.css">
|
|
<!-- style CSS
|
|
============================================ -->
|
|
<link rel="stylesheet" href="style.css">
|
|
<!-- responsive CSS
|
|
============================================ -->
|
|
<link rel="stylesheet" href="css/responsive.css">
|
|
<!-- modernizr JS
|
|
============================================ -->
|
|
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<!--[if lt IE 8]>
|
|
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
|
|
<![endif]-->
|
|
<!-- 404 Page area Start-->
|
|
<div class="error-page-area">
|
|
<div class="error-page-wrap">
|
|
<i class="notika-icon notika-close"></i>
|
|
<h2>ERROR <span class="counter">404</span></h2>
|
|
<p>Sorry, but the page you are looking for has note been found. Try checking the URL for an error, then hit the refresh button on your browser or try found something else in our app.</p>
|
|
<a href="index.html" class="btn">Dashboard</a>
|
|
<a href="#" class="btn error-btn-mg">Report Problem</a>
|
|
</div>
|
|
</div>
|
|
<!-- 404 Page area End-->
|
|
<!-- jquery
|
|
============================================ -->
|
|
<script src="js/vendor/jquery-1.12.4.min.js"></script>
|
|
<!-- bootstrap JS
|
|
============================================ -->
|
|
<script src="js/bootstrap.min.js"></script>
|
|
<!-- wow JS
|
|
============================================ -->
|
|
<script src="js/wow.min.js"></script>
|
|
<!-- price-slider JS
|
|
============================================ -->
|
|
<script src="js/jquery-price-slider.js"></script>
|
|
<!-- owl.carousel JS
|
|
============================================ -->
|
|
<script src="js/owl.carousel.min.js"></script>
|
|
<!-- scrollUp JS
|
|
============================================ -->
|
|
<script src="js/jquery.scrollUp.min.js"></script>
|
|
<!-- meanmenu JS
|
|
============================================ -->
|
|
<script src="js/meanmenu/jquery.meanmenu.js"></script>
|
|
<!-- counterup JS
|
|
============================================ -->
|
|
<script src="js/counterup/jquery.counterup.min.js"></script>
|
|
<script src="js/counterup/waypoints.min.js"></script>
|
|
<script src="js/counterup/counterup-active.js"></script>
|
|
<!-- mCustomScrollbar JS
|
|
============================================ -->
|
|
<script src="js/scrollbar/jquery.mCustomScrollbar.concat.min.js"></script>
|
|
<!-- sparkline JS
|
|
============================================ -->
|
|
<script src="js/sparkline/jquery.sparkline.min.js"></script>
|
|
<script src="js/sparkline/sparkline-active.js"></script>
|
|
<!-- flot JS
|
|
============================================ -->
|
|
<script src="js/flot/jquery.flot.js"></script>
|
|
<script src="js/flot/jquery.flot.resize.js"></script>
|
|
<script src="js/flot/flot-active.js"></script>
|
|
<!-- knob JS
|
|
============================================ -->
|
|
<script src="js/knob/jquery.knob.js"></script>
|
|
<script src="js/knob/jquery.appear.js"></script>
|
|
<script src="js/knob/knob-active.js"></script>
|
|
<!-- wave JS
|
|
============================================ -->
|
|
<script src="js/wave/waves.min.js"></script>
|
|
<script src="js/wave/wave-active.js"></script>
|
|
<!-- Chat JS
|
|
============================================ -->
|
|
<script src="js/chat/jquery.chat.js"></script>
|
|
<!-- todo JS
|
|
============================================ -->
|
|
<script src="js/todo/jquery.todo.js"></script>
|
|
<!-- plugins JS
|
|
============================================ -->
|
|
<script src="js/plugins.js"></script>
|
|
<!-- main JS
|
|
============================================ -->
|
|
<script src="js/main.js"></script>
|
|
</body>
|
|
|
|
</html> |