discourse/public/422.ru.html

26 lines
820 B
HTML
Raw Normal View History

2013-07-01 03:14:19 -04:00
<html>
<head>
2014-04-14 11:41:51 -04:00
<title>Ваш запрос отклонен (HTTP-422)</title>
2014-09-30 10:23:17 -04:00
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
2014-04-14 11:41:51 -04:00
<style type="text/css">
2013-07-01 03:14:19 -04:00
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
div.dialog {
width: 25em;
padding: 0 4em;
margin: 4em auto 0 auto;
border: 1px solid #ccc;
border-right-color: #999;
border-bottom-color: #999;
}
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
</style>
</head>
<body>
<!-- This file lives in public/422.html -->
<div class="dialog">
<h1>Ваш запрос отклонен.</h1>
<p>Возможно, вы попытались сделать то, на что у вас нет разрешения.</p>
</div>
</body>
</html>