We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad86b20 commit ecb59a0Copy full SHA for ecb59a0
1 file changed
index4.html
@@ -1 +1,41 @@
1
-<strong>WRONG WAY!</strong>
+<!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
40
+</body>
41
+</html>
0 commit comments