diff options
Diffstat (limited to 'files/403.php')
-rw-r--r-- | files/403.php | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/files/403.php b/files/403.php new file mode 100644 index 0000000..71edd1c --- /dev/null +++ b/files/403.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">403 - Forbidden</h1> + <p> + Скорее всего, директория, к которой вы обращаетесь, пуста. + Пока вы можете посмотреть другие страницы. + </p> + + <h4 id="license">(c) Ivan Davydov 2024-2025. Делайте с этим документом всё, что хотите!</h4> + </body> +</html> |