Fix: Centrovaná tabulka v archivu (2024.html), oprava šířky, smazán soubor finance_2024_corrected.csv

This commit is contained in:
archos
2025-02-09 11:37:27 +01:00
parent 7086eb6974
commit 9e3f2eec02
3 changed files with 53 additions and 46 deletions

View File

@ -7,19 +7,23 @@
</head>
<body>
<h2 class="archive-title">Přehled Financí za rok 2024</h2>
<table id="finance-table" border="1">
<thead>
<tr>
<th>Datum</th>
<th>Popis</th>
<th>Částka</th>
<th>Měna</th>
<th>Typ</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<!-- Obalíme tabulku do kontejneru pro centrování -->
<div class="archive-table-container">
<table id="finance-table" class="table table-striped mb-3 archive-table">
<thead>
<tr>
<th>Datum</th>
<th>Popis</th>
<th>Částka</th>
<th>Měna</th>
<th>Typ</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<script>
fetch('finance_2024.csv')