ci: fix pipeline, update readme and anonymize ZT references

This commit is contained in:
2026-06-12 12:30:18 +02:00
commit d1bd1a9ba9
68 changed files with 10353 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<%- include('partials/header') %>
<%- include('partials/sidebar') %>
<main class="content-wrapper">
<section id="section-downloads" class="section">
<div class="header-row">
<h2>Téléchargements</h2>
<button id="btn-refresh-downloads" class="btn-icon-only">
<i data-lucide="refresh-cw"></i>
</button>
</div>
<div id="downloads-list" class="downloads-container">
<div class="empty-state">Aucun téléchargement actif</div>
</div>
</section>
</main>
<%- include('partials/footer') %>