mirror of
https://gitee.com/AiShiYuShiJiePingXing/bigscreen.git
synced 2026-01-21 05:40:35 +08:00
27 lines
1.2 KiB
HTML
27 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<!--[if IE 9 ]><html class="ie9"><![endif]-->
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
|
<meta name="format-detection" content="telephone=no">
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="description" content="Violate Responsive Admin Template">
|
|
<meta name="keywords" content="Super Admin, Admin, Template, Bootstrap">
|
|
|
|
<title>Super Admin Responsive Template</title>
|
|
|
|
<!-- CSS -->
|
|
<link rel="stylesheet" type="text/css" href="js/bootstrap-3.3.4.css">
|
|
<link href="css/style.css" rel="stylesheet">
|
|
<link href="css/generics.css" rel="stylesheet">
|
|
</head>
|
|
<body id="skin-blur-violate">
|
|
<section id="error-page" class="tile">
|
|
<h1 class="m-b-10">ERROR 404</h1>
|
|
<p>Sorry, but the page you are looking for has not been found. Try checking the URL for errors. Don't worry though, we will help you get to the right place.</p>
|
|
<a class="underline" href="">Back to previous page</a> or <a class="underline" href="">Go to Home page</a>
|
|
</section>
|
|
|
|
</body>
|
|
</html>
|