Skip to content

Commit c7aeb39

Browse files
committed
Create 404.html
1 parent 064bdc8 commit c7aeb39

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

src/404.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!DOCTYPE html>
2+
<head>
3+
<style>
4+
p.betty {
5+
font-size: 40px;
6+
font-family: "Arial Black", Gadget, sans-serif;
7+
}
8+
p.betty2 {
9+
font-size: 30px;
10+
font-family: Arial, Helvetica, sans-serif;
11+
}
12+
img {
13+
border-style: solid;
14+
border-width: 10px;
15+
}
16+
</style>
17+
</head>
18+
<body style="background-color: #626574;">
19+
<center>
20+
<p class="betty">Betty White just 404'd you
21+
<p>
22+
<img src="http://codeadic.ahitt-industries.com/betty.jpg"></img>
23+
<p>
24+
<b>
25+
<p class="betty2">Betty White didn't like this page. So she removed it.
26+
</body>
27+
</html>

0 commit comments

Comments
 (0)