1
0
Fork 0
dwelling-upload/web/templates/uploaded.jade

16 lines
333 B
Plaintext
Raw Normal View History

2022-08-01 01:08:35 +04:00
:go:func Uploaded(mainSite, site, downloadLink string, keepForHours int)
extends base.jade
block append header
h1 Upload
block append body
section#file
h2 Your link
center
2022-08-01 01:08:35 +04:00
a(href=downloadLink) #{site}#{downloadLink}
center It will be available for next #{keepForHours} hours.
center
a(href="/") Back to index page