33 lines
1.4 KiB
HTML
33 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<!--[if IE 8]> <html lang="ru" class="ie8"> <![endif]-->
|
|
<!--[if IE 9]> <html lang="ru" class="ie9"> <![endif]-->
|
|
<!--[if !IE]><!--> <html lang="ru"> <!--<![endif]-->
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>404 Страница не найдена</title>
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
|
<meta content="" name="description" />
|
|
<meta content="" name="author" />
|
|
<link href="/tpl/assets/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
|
|
<link href="/tpl/assets/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet" />
|
|
<link href="/tpl/assets/font-awesome/css/font-awesome.css" rel="stylesheet" />
|
|
<link href="/tpl/css/style.css" rel="stylesheet" />
|
|
<link href="/tpl/css/style-responsive.css" rel="stylesheet" />
|
|
<link href="/tpl/css/style-default.css" rel="stylesheet" id="style_color" />
|
|
|
|
<script src="/tpl/js/jquery-1.8.3.min.js"></script>
|
|
</head>
|
|
<body class="lock">
|
|
<div class="lock-header">
|
|
<a class="center" id="logo" href="/">
|
|
<img class="center" alt="logo" src="/tpl/img/logo.png">
|
|
</a>
|
|
</div>
|
|
<div class="login-wrap" style="position:relative;">
|
|
<h3 style="text-align: center;color: #fff;">Страница не найдена</h3>
|
|
<p style="text-align: center;"><a href="/" style="color:#fff;">Главная</a></p>
|
|
<img class="center" alt="logo" src="/tpl/img/404bg.png">
|
|
|
|
</div>
|
|
</body>
|
|
</html> |