AntiBK/engline/error/404.html

38 lines
976 B
HTML

<html>
<head>
<title>Анти Бойцовский клуб</title>
<link rel="SHORTCUT ICON" href="../img/favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="ru" />
<style>
body { background-color: #ffffff }
.message {
position:absolute;
text-align:center;
width:500px;
height:50px;
margin-top:505px;
margin-left: 100px;
font-size:20px;
font-family:Arial;
color: #4b7675;
}
.message a {
color: navy;
}
.backimg {
margin: auto;
background: url('../engline/error/404.png') no-repeat top center;
width: 830;
height: 589;
}
</style>
</head>
<body>
<div style="text-align: center;">
<div class="backimg">
<div class="message">Страница не найдена. <br>Вернитесь на <a href="../">главную страницу</a>.</div>
</div>
</div>
</body>
</html>