zira/403.html

29 lines
560 B
HTML
Raw Normal View History

2016-06-02 14:42:43 +02:00
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<title>403. Forbidden</title>
<style>
body {
background: #EDEAF8;
padding: 20px 40px;
}
.code {
color: #D20C6E;
}
.zira {
position: absolute;
bottom: 20px;
right: 20px;
text-decoration: none;
color: #30257a;
}
</style>
</head>
<body>
<h1><span class="code">403</span> Forbidden</h1>
<p>Sorry, access to requested page is restricted.</p>
<a class="zira" href="http://dro1d.ru">Zira CMS</a>
</body>
</html>