diff options
Diffstat (limited to 'archive/403.html')
-rw-r--r-- | archive/403.html | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/archive/403.html b/archive/403.html new file mode 100644 index 0000000..6bfcb85 --- /dev/null +++ b/archive/403.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> + 403 - Forbidden + </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> |