-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
17 lines (17 loc) · 827 Bytes
/
Copy path404.html
File metadata and controls
17 lines (17 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="ru">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>География 404</title>
<link rel="icon" href="res/favicon.ico">
<link rel="stylesheet" href="style.css">
<body>
<a href="https://iamlostshe.github.io/geography/">
<img src="res/logo.png" alt="Логотип">
</a>
<div class="container">
<h1>Страница не найдена 404</h1>
<p>Если вы это видите, то вы что-то напутали с ссылкой, для того что-бы исправить перейдите <a href="https://iamlostshe.github.io/geography/">на главную.</a></p>
</div>
</body>
</html>