-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
48 lines (45 loc) · 1.91 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
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>Error 404</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="webstyle.css">
<link rel="shortcut icon" type="image/png" href="images/error.png">
<meta name="author" content="Madhurbain Kaur">
<meta name="description" content="Information about how to get started with flying a plane">
<meta name="keywords" content="flying, guide, plane, PPL, licence, flight, fly, pilot, requirements">
</head>
<body>
<header>
<nav class="navbar__box">
<a class="logo" href="index.html"><img src="images/logo.png" alt="Logo"></a>
<a class="navbar__item" href="index.html">Home</a>
<a class="navbar__item" href="ground-school.html">Ground School</a>
<a class="navbar__item" href="flight-training.html">Flight Training</a>
<a class="navbar__item" href="contact.html">Contact</a>
</nav>
</header>
<section class="content">
<div class="content-404">
<h1 class="content__h1 larger-font">Error 404</h1>
<p class="content__p">Page not found</p>
<figure>
<img src="images/error.gif" alt="Plane flying its wings">
</figure>
<h1 class="content__h2">Oops! Something went wrong...</h1>
<p class="content__p">Please try to refresh the page or try again later. If the problem has not been fixed, please <a href="contact.html">contact me</a>.</p>
</div>
</section>
<footer>
<div class="container">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="ground-school.html">Ground School</a></li>
<li><a href="flight-training.html">Flight Training</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<p>© All rights reserved.</p>
</div>
</footer>
</body>