-
Notifications
You must be signed in to change notification settings - Fork 0
/
notfound.html
36 lines (34 loc) · 1.48 KB
/
notfound.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
<!DOCTYPE html>
<html>
<head>
<title>Page Not Found | Charles Mingus</title>
<link rel="stylesheet" type="text/css" href="notfound.css">
</head>
<body>
<header class="header-notfound">
<nav>
<ul>
<li><a href="index.html#biography">BIOGRAPHY</a></li>
<li><a href="index.html#discography">DISCOGRAPHY</a></li>
<li><a href="index.html#video">VIDEO</a></li>
</ul>
</nav>
<h1>Our Jelly Roll Soul is Moanin'.</h1>
</header>
<section class="main-not-found">
<div class="container-notfound-left">
<img src="img/face-hidden.png">
</div>
<div class="container-notfound-right">
<div class="container-text-notfound">Sorry, we couldn’t find that page. No need for the Cryin’ Blues or excessive Tensions, however. Here are some links to get you back on track; you’ll be able to Eat That Chicken and get back to doing Bird Calls in no time. Just don’t be late for the Wednesday Night Prayer Meeting.</div>
<div class="container-buttons-notfound">
<div class="button-notfound"><a class="button1" href="index.html#biography">GO TO BIOGRAPHY</a></div>
<div class="button-notfound"><a class="button2" href="index.html#discography">GO TO DISCOGRAPHY</a></div>
<div class="button-notfound"><a class="button3" href="index.html#video">GO TO VIDEO</a></div>
</div>
</div>
</section>
<footer class="footer-notfound">
<div class="legal">© 2020 David Mickelsen</div>
</footer>
</body></html>