-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page not found</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Open+Sans&display=swap" rel="stylesheet">
</head>
<body>
<div class="hero">
<div class="form-box-3">
<div class="initials"><img src="https://github.com/Desiarmstrong/Capstone-Webpages/blob/master/egginitialssmall.png?raw=true" alt="CYE" width="150px" ></div>
<div class="righteous"> <center> <h1>WHOOPS! <br> 404</h1></center><br> </div>
<div class="constructionp"><h4>This page doesn't seem to egg-sist.<h4></div>
<div class="initials"><img src="Broken Egg.png" alt="CYE" width="150px" ></div>
<div class="constructionp"><p> I may have broken something</p> </div>
<br>
<br>
<br>
</div>
</div>
</body>
</html>