generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
28 lines (25 loc) · 1.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="404 page">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Used code from 'Custom redirects are not supported' by Simon Willison-->
<meta http-equiv="refresh" content="3; url=https://janet-dev.github.io/ci-milestone-project-2/">
<link rel="canonical" href="https://janet-dev.github.io/ci-milestone-project-2/">
<link href="https://fonts.googleapis.com/css?family=Raleway%7CRighteous" rel="stylesheet">
<title>Page not found</title>
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
</head>
<body>
<div class="hero-container">
<section>
<h1 class="display-404">404</h1>
<h2 class="lead-404">Are you lost?</h2>
<h2 class="lead-404">Returning home in 3 seconds!</h2>
</section>
</div>
</body>
</html>