diff options
author | Ivan Davydov <lotigara@lotigara.ru> | 2025-06-29 00:03:38 +0300 |
---|---|---|
committer | Ivan Davydov <lotigara@lotigara.ru> | 2025-06-29 00:03:38 +0300 |
commit | 038947e0de717a6a4f9db0e009857c0b38089ba0 (patch) | |
tree | 0d43863899e98f3dfbebbde9b26ce752f0609865 /archive/50x.html | |
parent | 38d49fb910cb431959d064190a717c06ccb72796 (diff) |
Diffstat (limited to 'archive/50x.html')
-rw-r--r-- | archive/50x.html | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/archive/50x.html b/archive/50x.html new file mode 100644 index 0000000..821f8c3 --- /dev/null +++ b/archive/50x.html @@ -0,0 +1,43 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <title>Веб-сайт самохостера Lotigara</title> + <link href="/css/main.css" rel="stylesheet" /> + <link href="/css/theme.css" rel="stylesheet" /> + <link href="/css/third-party.css" rel="stylesheet" /> + <link href="/css/responsivity.css" rel="stylesheet" /> + </head> + <body> + <input type="checkbox" id="theme-switch"> + <div id="page"> + <div class="inner_page"> + <div class="page_header floating_element"> + <h1 class="floating_element">Веб-сайт самохостера Lotigara</h1> + </div> + <div class="floating_element"> + <h4 style="display:inline"><a style="color:white" href="/">главная|main page</a></h4> + <h4 style="display:inline"><a style="color:white" href="/status.php">состояние|status</a></h4> + <h4 style="display:inline"><a style="color:white" href="/blog">журнал|journal</a></h4> + <h4 style="display:inline"><a style="color:white" href="/files">файлы|files</a></h4> + <h4 style="display:inline"><a style="color:white" href="https://git.lotigara.ru">программы|software</a></h4> + <label id="switch-label" for="theme-switch"></label> + </div> + <div class="content_section floating_element"> + <div class="section_header"> + <div id="about"></div> + 500, 502, 503 или 504 + </div> + <div class="content_section_text"> + Извините, но в данный момент эта страница недоступна. + Скорее всего, она скоро будет исправлена. Благодарю за терпение. + </div> + <div class="section_header section_header_last"> + <div id="license"></div> + (c) Ivan Davydov 2024-2025. Делайте с этим документом всё, что хотите! + </div> + </div> + </div> + </div> + </body> +</html> |