-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 1.24 KB
/
index.html
File metadata and controls
31 lines (31 loc) · 1.24 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name = 'viewport' content="width=device-width, initial=scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>404 - Page Not Found</title>
</head>
<body>
<nav class="navbar">
<ul class="links">
<li class = "link"><h1>Monsoon Music</h1></li>
<li class = "link"><a href = "https://chickenonaraft.com/">Home</a></li>
<li class = "link"><a href = "https://chickenonaraft.com/">About Us</a></li>
<li class = "link"><a href = "https://chickenonaraft.com/">Contacts</a></li>
</ul>
</nav>
<section class="section404">
<img src="raincloud.gif" alt = "Rainy Day Gif" class="centeredimage">
<section class="text404">
<h1> Error 404</h1>
<h3>Page not found. Perhaps we could get a ☂<i>rain check?</i></h3>
</section>
</section>
<footer>
<a href = "https://chickenonaraft.com/"><u>About Us</u></a>
<p>© 2023 Ethan Matzek</p>
<a href = "https://chickenonaraft.com/"><u>Contacts</u></a>
</footer>
</body>
</html>