-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
22 lines (22 loc) · 981 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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://kit.fontawesome.com/6fd9d2b408.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="styles/text_style.css">
<link rel="stylesheet" href="styles/404/404_style.css">
<link rel="icon" href="assets/images/icon.png">
<meta charset="UTF-8">
<title>404 - Still working on it...</title>
</head>
<body>
<h1 style="font-size: 105px">404</h1>
<p style="text-align: center; position: relative; margin-top: -75px">Sorry, the page you're looking for doesn't seem to exist...<br>A typo perhaps...?<br></p>
<div class="lineBetweenText"></div>
<p style="text-align: center; position: relative; margin-top: -5px;"><br>I feel bad to leave you like this...<br><br>Would you like a <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ?autoplay=1">song</a>?<br>It could help you cheer up!</p>
<div class="ocean">
<div class="wave"></div>
<div class="wave"></div>
<div class="wave"></div>
</div>
</body>
</html>