diff options
author | Ivan Davydov <lotigara@lotigara.ru> | 2025-05-04 21:49:14 +0300 |
---|---|---|
committer | Ivan Davydov <lotigara@lotigara.ru> | 2025-05-04 21:49:14 +0300 |
commit | 1332afc3cd023571aa4b396ee024ad286b3053e4 (patch) | |
tree | 0cf15a9579bb1698c7deee9c70fe6774572a742c /all_posts.html | |
parent | e6520222f49cbc0908b5b7623498219466bd1014 (diff) |
Update .gitignore
Diffstat (limited to 'all_posts.html')
-rw-r--r-- | all_posts.html | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/all_posts.html b/all_posts.html new file mode 100644 index 0000000..cc46ced --- /dev/null +++ b/all_posts.html @@ -0,0 +1,49 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <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" /> +<title>Блог самохостера Lotigara — Все заметки</title> +</head><body> +<input type="checkbox" id="theme-switch"> +<div id="divbodyholder"><div class="inner_page"> +<div class="headerholder"><div class="header"> +<div id="title"> +<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> + <p style="display:inline">блог|blog</p> + <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></div></div> +<div id="divbody"><div class="content"> +<h3>Все заметки</h3> +<h4 class='allposts_header'>мая 2025</h4> +<ul> +<li><a href="./pubnix----prosody--pam-.html">Pubnix - Установка Prosody с PAM-авторизацией</a> — мая 04, 2025</li> +<li><a href="./-prosody--pam-.html">Установка Prosody с PAM-авторизацией</a> — мая 04, 2025</li> +</ul> +<h4 class='allposts_header'>апреля 2025</h4> +<ul> +<li><a href="./openwrt-24101------keenetic-launcher-kn-1221.html">OpenWrt 24.10.1 - исправление, добавляющее поддержку Keenetic Launcher (KN-1221)</a> — апреля 28, 2025</li> +</ul> +<h4 class='allposts_header'>марта 2025</h4> +<ul> +<li><a href="./fast-transition-wi-fi-roaming-with-openwrt-and-keeneticos.html">Fast Transition (Wi-Fi Roaming) with OpenWrt and KeeneticOS</a> — марта 07, 2025</li> +</ul> +<div id="all_posts"><a href="./index.html">Вернуться к начальной странице</a></div> +</div> +<div class="section_header section_header_last"> + <p>(c) Ivan Davydov 2025. Делайте с этим документом всё, что хотите!</p><hr/> + <a href="https://www.lotigara.ru/blog">Веб-сайт самохостера Lotigara</a> сгенерирован при помощи <a href="https://github.com/jakimfett/bashblog">Bashblog</a>. Исходные коды этой версии Bashblog можно найти <a href="https://www.lotigara.ru/files/bashblog">здесь</a>.</div> +</div> +</div></div></div> +</body></html> |