diff options
author | Ivan Davydov <lotigara@lotigara.ru> | 2025-06-21 18:37:14 +0300 |
---|---|---|
committer | Ivan Davydov <lotigara@lotigara.ru> | 2025-06-21 18:37:14 +0300 |
commit | 4515adae92526f0dae1e4ee83b5eb09e9b345c94 (patch) | |
tree | 512b8b4633418eafcb486b9335a4c7eb36ef6184 /files/header.html | |
parent | 6acf2c3049eb321be14d64aa29ca8444b2c77241 (diff) |
Oh no! This commit is not the last... (adds page header)
Diffstat (limited to 'files/header.html')
-rw-r--r-- | files/header.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/files/header.html b/files/header.html new file mode 100644 index 0000000..37d1d96 --- /dev/null +++ b/files/header.html @@ -0,0 +1,12 @@ +<header><center> + <h1>Веб-сайт самохостера Lotigara</h1> + <nav> + <a href="https://www.lotigara.ru/">главная|main page</a> + <a href="https://www.lotigara.ru/status.php">состояние|status</a> + <a href="https://www.lotigara.ru/blog">журнал|journal</a> + <a href="https://www.lotigara.ru/files">файлы|files</a> + <a href="https://git.lotigara.ru">программы|software</a> + <br> + <a href="https://www.lotigara.ru/archive">архив|archive</a> + </nav> +</center></header> |