diff options
author | Ivan Davydov <lotigara@lotigara.ru> | 2025-06-21 18:34:16 +0300 |
---|---|---|
committer | Ivan Davydov <lotigara@lotigara.ru> | 2025-06-21 18:34:16 +0300 |
commit | a3afd97bfee18ee9a62adc57860067878f22937f (patch) | |
tree | e0421312121d47a73f7a29fc6f6b85bbcd1b5937 /files/50x.php | |
parent | 953286ced1af0203e58b9c5222ddf658c6b17a60 (diff) |
...and error pages...
Diffstat (limited to 'files/50x.php')
-rw-r--r-- | files/50x.php | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/files/50x.php b/files/50x.php new file mode 100644 index 0000000..5f7217e --- /dev/null +++ b/files/50x.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">500, 502, 503 или 504</h1> + <p> + Извините, но в данный момент эта страница недоступна. + Скорее всего, она скоро будет исправлена. Благодарю за терпение. + </p> + + <h4 id="license">(c) Ivan Davydov 2024-2025. Делайте с этим документом всё, что хотите!</h4> + </body> +</html> |