diff options
| author | escfrpls <timkaljuta@gmail.com> | 2026-05-12 13:25:20 +0200 |
|---|---|---|
| committer | escfrpls <timkaljuta@gmail.com> | 2026-05-12 13:25:20 +0200 |
| commit | 8c5998db288bf03046cc1167edf8dbce18b99a76 (patch) | |
| tree | c580591d1a21931cdcbb13292a64751485d12573 /index.html | |
| parent | 7785f51e329d2e0a98d5d6dd687a7b995eaefcf4 (diff) | |
support edit
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -37,6 +37,24 @@ .lang-btn { padding: 0.4rem 1rem; } .lang-text { font-size: 0.85rem; } } + .site-note { + margin-top: 1.5rem; + padding: 1rem 1.2rem; + background: #faf8f2; + border-left: 4px solid #bc9a6c; + border-radius: 6px; + font-size: 0.95rem; + color: #4a3b2f; + line-height: 1.6; + font-style: normal; + } +.site-note p { + margin: 0; +} +.site-note strong { + color: #8b5e3c; + font-weight: 700; +} </style> </head> <body> @@ -50,7 +68,10 @@ <div class="row content"> <div class="content-text"> <h1>This website is dedicated to the study of the history of the Drohiczyn-Poleski District</h1> - <hr> +<hr> +<div class="site-note"> + <p>🌿 This website is a private project, made in the author's free time. Content is updated as time allows. If you find these materials helpful, please support the project by clicking the <strong>“Support”</strong> tab at the bottom of the page. Thank you for your interest in the history of the Drohiczyn-Poleski region!</p> +</div> <h2>My main searches</h2> <p> <li><a href="posts/en/Niemkowicze.html">Village Niemkowicze</a></li> |
