-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
31 lines (24 loc) · 942 Bytes
/
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
<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”utf-8” />
<link rel="stylesheet" href="webstyle.css">
<link rel="icon" href="Images/mario404.png">
<title>404: MAMA MIA!</title>
</head>
<body>
<header>
<a href="home.html" class="link"><img class="png" src="Images/home.png" alt="Title Page"></a>
</header>
<div class="errPage">
<h1 class="mariotitle"><img src="Images/mario404.png" alt="Panicked Mario">MAMA<br>MIA!</h1>
<h2 id="errCode" class="mariotitle">Error: 404</h2>
<h2 class="mariotitle"><br><br><img src="Images/thinking.png" alt="Mario Thinking">The page you
tried to
reach doesn't exist! </h2>
<p class="mariotitle">Let's-a head back to the <a href="home.html">home page!</a>
<br><br>Or contact the website creator by <a href="mailto:rmckinno@uoguelph.ca">email!</a>
</p>
</div>
</body>
</html>