Skip to content

Commit ecb59a0

Browse files
authored
Update index4.html
1 parent ad86b20 commit ecb59a0

1 file changed

Lines changed: 41 additions & 1 deletion

File tree

index4.html

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,41 @@
1-
<strong>WRONG WAY!</strong>
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>404 Not Found</title>
6+
<style>
7+
body {
8+
width: 35em;
9+
margin: 0 auto;
10+
font-family: "Times New Roman", Georgia, serif;
11+
background-color: #ffffff;
12+
color: #000000;
13+
}
14+
h1 {
15+
margin-top: 40px;
16+
font-size: 26px;
17+
}
18+
p {
19+
line-height: 1.5;
20+
font-size: 16px;
21+
}
22+
hr {
23+
border: none;
24+
border-top: 1px solid #000;
25+
}
26+
.footer {
27+
font-size: 12px;
28+
}
29+
</style>
30+
</head>
31+
<body>
32+
<h1>404 Not Found</h1>
33+
<p>
34+
The requested URL was not found on this server.
35+
</p>
36+
<hr>
37+
<p class="footer">
38+
nginx
39+
</p>
40+
</body>
41+
</html>

0 commit comments

Comments
 (0)