Initial commit (v1.5.9)

This commit is contained in:
2026-09-15 21:45:47 +02:00
commit b8d3dd52ec
89 changed files with 13429 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') %>