Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="ru">
- <head>
- <script src="//code.jivo.ru/widget/pbSIzjEWc8" async></script>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Ошибка</title>
- <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
- <style>
- body {
- margin: 0;
- font-family: 'Roboto', sans-serif;
- background-color: #121212;
- color: #ffffff;
- }
- header {
- display: flex;
- align-items: center;
- padding: 10px;
- background-color: #1e1e1e;
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
- }
- header img {
- height: 60px;
- width: 99px;
- }
- nav {
- margin-left: auto;
- display: flex;
- gap: 20px;
- }
- nav a {
- color: #ffffff;
- text-decoration: none;
- font-weight: bold;
- padding: 10px 15px;
- transition: background-color 0.3s;
- }
- nav a.active {
- background-color: #333333;
- border-radius: 5px;
- }
- nav a:hover {
- background-color: #333333;
- border-radius: 5px;
- }
- main {
- padding: 40px;
- }
- .title {
- font-size: 36px;
- font-weight: bold;
- margin-bottom: 20px;
- text-align: center;
- }
- .content {
- font-size: 18px;
- font-weight: normal;
- margin-bottom: 20px;
- text-align: center;
- }
- .content p {
- margin-bottom: 15px;
- line-height: 1.6;
- }
- footer {
- padding: 20px;
- background-color: #1e1e1e;
- text-align: center;
- font-size: 14px;
- border-top: 1px solid #333333;
- }
- footer a {
- color: #ffffff;
- text-decoration: none;
- transition: color 0.3s;
- }
- footer a:hover {
- color: #aaaaaa;
- }
- .button {
- display: inline-block;
- padding: 10px 20px;
- margin-top: 20px;
- background-color: #333333;
- color: #ffffff;
- text-decoration: none;
- border-radius: 5px;
- transition: background-color 0.3s;
- }
- .button:hover {
- background-color: #555555;
- }
- .card {
- background-color: #1e1e1e;
- border: 1px solid #333333;
- border-radius: 5px;
- padding: 20px;
- margin-bottom: 20px;
- }
- .card h3 {
- margin-top: 0;
- }
- .card p {
- margin-bottom: 10px;
- }
- </style>
- </head>
- <body>
- <header>
- <img src="/resources/logo.png" width="99" height="60" alt="NRT Corp logo">
- <nav>
- <a href="/index.html">Главная</a>
- <a href="/staff.html">Команда</a>
- <a href="/news.html">Новости</a>
- <a href="/help.html">Помощь</a>
- <a href="/projects.html">Проекты</a>
- <a href="/misc.html">Другое</a>
- </nav>
- </header>
- <main>
- <div class="title">404</div>
- <div class="content">
- <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTFiq6bSGb_povRUnrq2ONTKQc5Bd8Fjt3QRUNXzvKnkw&s">
- <p>Кажется, ты попал не туда. Попробуй снова.</p>
- </div>
- </main>
- <footer>
- © 2024 NRT Corp. Все права защищены антивирусом Касперского. | <a href="privacy.html">Политика конфиденциальности</a>
- </footer>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment