<!DOCTYPE html>
<html lang="ru">
<head>
  <meta charset="UTF-8">
  <meta name="robots" content="noindex,nofollow">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>404 - Страница не найдена</title>
<style>
body {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 17px;
  text-align: center;
  background-color: #cd8d7b;
  color: #FFF;
}
h1 {
  font-size: 37px;
  margin: 150px auto 0 auto;
}
p {
  font-weight: 400;
}
a {
  color: inherit;
  background-color: rgba(0,0,0,0.3);
  padding: 0 5px;
}
</style>
</head>
<body>
<h1>404 - Страница не найдена</h1>
<p>К сожалению, эта страница не доступна.</p>
<p><a href='/ru' target='_self'>Нажмите сюда,</a> если хотите перейти на главную страницу.</p>
</body>
</html>
