|
|
|
@ -1,11 +1,46 @@ |
|
|
|
<!DOCTYPE html> |
|
|
|
<html> |
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org"> |
|
|
|
<head lang="ru"> |
|
|
|
<meta charset="UTF-8"> |
|
|
|
<title>В доступе отказано</title> |
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" /> |
|
|
|
|
|
|
|
<!-- Core CSS - Include with every page --> |
|
|
|
<link rel="stylesheet" href="/static/css/bootstrap.min.css"> |
|
|
|
<link rel="stylesheet" href="/static/css/bootstrap-theme.min.css"> |
|
|
|
|
|
|
|
<style> |
|
|
|
.no-border-on-me>thead>tr>th, |
|
|
|
.no-border-on-me>tbody>tr>th, |
|
|
|
.no-border-on-me>tfoot>tr>th, |
|
|
|
.no-border-on-me>thead>tr>td, |
|
|
|
.no-border-on-me>tbody>tr>td, |
|
|
|
.no-border-on-me>tfoot>tr>td |
|
|
|
{ |
|
|
|
border-top-style: none; |
|
|
|
border-bottom-style: none; |
|
|
|
} |
|
|
|
</style> |
|
|
|
|
|
|
|
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> |
|
|
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
|
|
|
<!--[if lt IE 9]> |
|
|
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> |
|
|
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> |
|
|
|
<![endif]--> |
|
|
|
</head> |
|
|
|
|
|
|
|
<body> |
|
|
|
<h1>403</h1> |
|
|
|
<p>Доступ запрещён</p> |
|
|
|
|
|
|
|
<div class="container"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-md-6 col-md-offset-3"> |
|
|
|
<div align="center"><h1>403 - Нет доступа</h1></div> |
|
|
|
<div align="center"><p>У вас нет прав для выполнения действий на этой странице</p></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</body> |
|
|
|
</html> |