-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
31 lines (29 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>404 oh boy</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="icon" type="image/png" href="images/fav2.ico">
<meta charset="UTF-8">
</head>
<body>
<div class="container">
<div class="row">
<div class="one-half column" style="margin-top: 15%" style="text-align:center;">
<h3> Sorry, that page doesn't exist </h3>
<p style="color: white;">
<img src="images/jakethedog250.png">
</p>
</div>
</div>
</div>
</br></br></br>
<div id="footer">
<div style="text-align:center; margin-top: .5rem">© 2021 Gandalf</div>
<div style="text-align:center; margin-top: .5rem">Contact information: <a href="mailto:[email protected]">[email protected]</a>.</div>
</div>
</body>
</html>