Better UI

This commit is contained in:
2025-08-08 15:33:43 +02:00
parent d12551cbf3
commit 5f35925745
7 changed files with 96 additions and 14 deletions

View File

@@ -1,6 +1,14 @@
{{define "changelog"}}
<h2>Changelog</h2>
<div class="changelog-entry">
<div class="version">v1.1.1</div>
<div class="date">2025-08-08</div>
<ul>
<li>Enhanced UI polish: padding, buttons, badges, and cards</li>
</ul>
</div>
<div class="changelog-entry">
<div class="version">v1.1.0</div>
<div class="date">2025-08-08</div>

View File

@@ -1,5 +1,5 @@
{{define "header"}}
<h1>🚀 FITRA - File transfer API</h1>
<div class="version-badge">Version 1.0.1</div>
<div class="version-badge">Version 1.1.1</div>
<p>Simple file upload and download service for developers using HTTP requests in CLI.</p>
{{end}}