initial commit

This commit is contained in:
q 2025-05-21 00:39:26 -04:00
commit 15913db41a
14 changed files with 335 additions and 0 deletions

View file

@ -0,0 +1,4 @@
<a href="{{.URLGet}}" class="btn-cta btn"> download</i> </a> <br/><br/>
<div class="qrcode">
<img src="data:image/png;base64,{{.QRCode}}"/>
</div>

View file

@ -0,0 +1,4 @@
<br/>
<h2 class="page-title">{{.Filename}}</h2>
<h4>type: <b>{{.ContentType}}</b></h4>
<h4>size: <b>{{.ContentLength | format "#,###."}}</b> bytes</h4>