Aktualizace archivu a úpravy HTML, CSS, JS
This commit is contained in:
13
index.html
13
index.html
@ -17,6 +17,19 @@
|
||||
<p>Tento projekt poskytuje transparentní přehled transakcí na našem <a href="https://transparentniucty.moneta.cz/264043266" target="_blank">transparentním účtu</a>.</p>
|
||||
<p><strong>Přehled faktur:</strong> Přístup k vystaveným fakturám naleznete v našem <a href="https://oscloud.cz/s/PxkK2LXCzGeGfPS" target="_blank">Nextcloud úložišti</a>.</p>
|
||||
</header>
|
||||
<div class="header-content">
|
||||
<div class="dropdown">
|
||||
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Archiv
|
||||
</button>
|
||||
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
|
||||
<a class="dropdown-item" href="#" data-year="2024">2024</a>
|
||||
<a class="dropdown-item" href="#" data-year="2023">2023</a>
|
||||
<!-- Další roky podle potřeby -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="account-balance text-center mb-3">
|
||||
Aktuální stav účtu: <span id="account-balance">Načítání...</span>
|
||||
|
Reference in New Issue
Block a user