Templating
This commit is contained in:
6
views/partials/header.html
Normal file
6
views/partials/header.html
Normal 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}}
|
||||
Reference in New Issue
Block a user