diff options
Diffstat (limited to 'files/401.php')
-rw-r--r-- | files/401.php | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/files/401.php b/files/401.php new file mode 100644 index 0000000..6a24ff3 --- /dev/null +++ b/files/401.php @@ -0,0 +1,22 @@ +<!DOCTYPE html> +<html lang="ru"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + <meta name="color-scheme" content="dark light"> + + <title>Веб-сайт самохостера Lotigara</title> + <link href="/css/responsivity.css" rel="stylesheet"> + <link href="/css/main.css" rel="stylesheet"> + </head> + <body> + <?php include 'header.html'; ?> + + <h1 id="about">401 - Unauthorized</h1> + <p> + К сожалению, эта страница не является публичной, + но вы можете просмотреть другие страницы данного веб-сайта. + </p> + + <h4 id="license">(c) Ivan Davydov 2024-2025. Делайте с этим документом всё, что хотите!</h1> + </body> +</html> |