blob: 155366d6a63b062c7752da50e11c31ecfa9d5449 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
<!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>
404 - Not found.
</div>
<div class="content_section_text">
Страница, к который вы обращаетесь, не существует на данном сервере.
Возможно, вы совершили опечатку в URL или страница была удалена.
По возможности, сообщите, пожалуйста, о том, что эта страница не
существует тому, кто дал вам ссылку.
</div>
<div class="section_header section_header_last">
<div id="license"></div>
(c) Ivan Davydov 2024-2025. Делайте с этим документом всё, что хотите!
</div>
</div>
</div>
</div>
</body>
</html>
|