mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 13:27:59 +03:00
change: file location
This commit is contained in:
7
www/errorFolder/error_403.html
Normal file
7
www/errorFolder/error_403.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<html>
|
||||
<head><title>403 Forbidden</title></head>
|
||||
<body>
|
||||
<center><h1>403 Forbidden</h1></center>
|
||||
<hr><center>Poheck/1.0.0 (Ubuntu)</center>
|
||||
</body>
|
||||
</html>
|
||||
7
www/errorFolder/error_404.html
Normal file
7
www/errorFolder/error_404.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<html>
|
||||
<head><title>404 Not Found</title></head>
|
||||
<body>
|
||||
<center><h1>404 Not Found</h1></center>
|
||||
<hr><center>Poheck/1.0.0 (Ubuntu)</center>
|
||||
</body>
|
||||
</html>
|
||||
7
www/errorFolder/error_405.html
Normal file
7
www/errorFolder/error_405.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<html>
|
||||
<head><title>405 Method Not Allowed</title></head>
|
||||
<body>
|
||||
<center><h1>405 Method Not Allowed</h1></center>
|
||||
<hr><center>Poheck/1.0.0 (Ubuntu)</center>
|
||||
</body>
|
||||
</html>
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 381 KiB |
Reference in New Issue
Block a user