elemente statt todos in dashboard
All checks were successful
Build & Push Image / build-image (push) Successful in 1m27s

This commit is contained in:
2026-03-02 18:57:22 +09:00
parent 8965ffc11b
commit 5569f35037
3 changed files with 6 additions and 6 deletions

View File

@@ -12,8 +12,8 @@
<button id="logoutBtn">Logout</button>
<h2>Todos</h2>
<ul id="todosList"></ul>
<h2>Elemente</h2>
<ul id="elementsList"></ul>
<p id="errorMessage" class="error"></p>
</div>