-
Notifications
You must be signed in to change notification settings - Fork 0
/
not_found.html
29 lines (29 loc) · 1.32 KB
/
not_found.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Library</title>
<link rel="stylesheet" href="/styles.css">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=M+PLUS+Code+Latin:wght@200&family=M+PLUS+Rounded+1c:wght@100&family=Play&display=swap" rel="stylesheet">
</head>
<body>
<div class="block">
<div class="text">
<h1 class="title">Ooops! Status code: 404</h1>
<p>Ой ошибка)</p>
<p>Вернитесь на главную <a href="/">страницу</a></p>
</div>
<img class="img_er" src="https://a.d-cd.net/lznjZs3OHw81voibT_u32xsAeBg-960.jpg", src="картинка из Ералаша (ВСЁ!)"></img>
</div>
<br>
<footer>
<div class="footer_text">
<p>По вопросам и предложениям можете обратиться в Telegram: <a href="https://t.me/nikkoshelv" target=“_blank”>@nikkoshelv</a></p>
</div>
</footer>
</body>
</html>