-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
28 lines (25 loc) · 938 Bytes
/
404.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Necessary meta files -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link rel="shortcut icon" href="img/favicon.png" type="image/png">
<!-- Stylesheet -->
<link rel="stylesheet" href="css/style.css">
<!-- Page title -->
<title>404 Not Found</title>
</head>
<body>
<div class="floating">
<img class="error_img" alt="Octocat as Moira Rose" src="img/octocat.png" />
<h2 style="color: #401883;">404 Not Found.</h2>
</div>
<p style="margin: auto; text-align: center; justify-content: center;">
Something is broken, and it's not your heart!
<br>
Try fixing it by heading back <a href="index.html" style="font-size: 1.3rem; font-weight: 400; margin: 0 5px !important;">Home</a>, Bébé.
</p>
</body>
</html>