Файл: магазин/e-proger/404.php
Строк: 31
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="ru-RU" xml:lang="ru-RU">
<head>
<title>Страница не найдена! | pr-2</title>
<style type="text/css">
html, body {
background: #5d7bbb;
color: #ffffff;
font-family: Tahoma;
font-size: 12px;
}
.wrap_error {
position: absolute;
width: 550px;
height: 350px;
top: 50%;
left: 50%;
margin-top: -175px;
margin-left: -275px;
}
.wrap_not {
font-weight: bold;
text-align: center;
font-size: 200px;
font-family: "PF DinDisplay Medium";
}
a {
font-weight: bold;
text-decoration: none;
color: #ffffff;
}
a:hover {
color: #ffffff;
text-decoration: underline;
}
</style>
</head>
<body>
<div class="wrap_error">
<div style="text-align:center"><h1>К сожалению, эта страница недоступна.</h1></div>
<div style="text-align:center"><h3>Возможно страница перемещена или была удалена.</h3></div>
<div class="wrap_not">404</div>
<div style="text-align:center"><a href="http://<?=$_SERVER['HTTP_HOST']?>">на главную</a></div>
</div>
</body>
</html>