-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
53 lines (51 loc) · 2.05 KB
/
Copy path404.html
File metadata and controls
53 lines (51 loc) · 2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<title>сайт SvZ</title>
<link rel="icon" type="image/png" href="images/logo.png">
<style>
@import url("basdec.css");
</style>
</head>
<body>
<header>
<nav class="nav">
<div class="container">
<h1 class="logo"><a href="/"></site></a></h1>
<ul>
<li><a href="/projects">Проекты</a></li>
<li><a href="/communication">Связь</a></li>
<li><a href="/licensing">Лицензирование</a></li>
</ul>
</div>
</nav>
</header>
<main>
<div class="content-block">
<h2>404 Not Found</h2>
<p>Серьезно, братанчик, не балуйся. Заходи только на существующие страницы))) Кста, держи сову:</p>
<span style="white-space: pre; color: #cccccc; font-family: monospace">
__________-------____ ____-------__________
\------____-------___--__---------__--___-------____------/
\//////// / / / / / \ _-------_ / \ \ \ \ \ \\\\\\\\/
\////-/-/------/_/_| /___ ___\ |_\_\------\-\-\\\\/
--//// / / / //|| (O)\ /(O) ||\\ \ \ \ \\\\--
---__/ // /| \_ /V\ _/ |\ \\ \__---
-// / /\_ ------- _/\ \ \\-
\_/_/ /\---------/\ \_\_/
----\ | /----
| -|- |
/ | \
---- \___|</span>
</div>
<p><i>(Сова <a href="https://ascii.co.uk/art/owl">отсюда</a>)</i><p>
</main>
<footer>
<div class="warning">
<h1>сайт находится в разработке</h1>
</div>
<p style="color: dimgrey;">🄯 SvZ, 2026</p>
</footer>
</body>
</html>