first commit

This commit is contained in:
root
2025-06-11 22:32:39 +03:00
commit 5a993ebec8
42 changed files with 804 additions and 0 deletions

19
custom_error/416.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>416 - Range Not Satisfiable</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>416 - Range Not Satisfiable</h1>
<p>The client has asked for a portion of the file, but the server cannot supply that portion.</p>
</div>
</body>
</html>