Templating

This commit is contained in:
2025-08-08 00:04:07 +02:00
parent e26e85b069
commit 20e3466f2f
9 changed files with 407 additions and 393 deletions

View File

@@ -0,0 +1,6 @@
{{define "header"}}
<h1>🚀 FITRA - File transfer API</h1>
<div class="version-badge">Version 1.0.0</div>
<p>Simple file upload and download service for developers using HTTP requests in CLI.</p>
<p>Contact me on Matrix: <b>@root@adhd.sh</b> or via Discord: <b>nu11ed</b></p>
{{end}}