-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
39 lines (35 loc) · 1.32 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Bluehats Hittar inte sidan. Sidan har flyttats men var inte rädd, för vi har din rygg">
<title>Bluehats | Page not found</title>
<!-- FAVICON -->
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="stylesheet" href="https://bluehats.se/css/404.css"/>
<!-- GOOGLE FONTS (MONTSSERAT) -->
<link rel="preconnect" href="https://fonts.googleapis.com">
</head>
<body>
<nav>
<div class="nav_logo">
<a href="https://bluehats.se" aria-label="bluehats">Bluehats</a>
</div>
</nav>
<div class="container">
<div class="header">
<h1>404</h1>
<h3>Page Not Found!</h3>
</div>
<img src="https://bluehats.se/images/astronaut.webp" alt="not found"/>
<div class="footer">
<p>This page doesn't exist or may have moved. Please go back to home!</p>
<a href="https://bluehats.se/hem" aria-label="homepage">Home Page</a>
</div>
</div>
</body>
</html>