-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aea69d5
commit c4f4139
Showing
5 changed files
with
39 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,25 @@ | ||
<!DOCTYPE html> | ||
<!doctype html> | ||
<html> | ||
|
||
<head> | ||
<title> | ||
404 Error | ||
</title> | ||
<head> | ||
<title>404 Error</title> | ||
<style> | ||
h1 { | ||
font-family: Arial, sans-serif; | ||
color: black | ||
} | ||
h1 { | ||
font-family: Arial, sans-serif; | ||
color: black; | ||
} | ||
|
||
p1 { | ||
font-family: Arial, sans-serif; | ||
color: black | ||
} | ||
p1 { | ||
font-family: Arial, sans-serif; | ||
color: black; | ||
} | ||
</style> | ||
</head> | ||
</head> | ||
|
||
<body> | ||
<body> | ||
<h1>Error 404: Not found</h1> | ||
<p1>The requested URL was not found on this server. Please check the URL and try again.</p1> | ||
|
||
</body> | ||
|
||
</html> | ||
<p1 | ||
>The requested URL was not found on this server. Please check the URL and | ||
try again.</p1 | ||
> | ||
</body> | ||
</html> |