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

15 lines
314 B
Plaintext
Raw Normal View History

extends base.jade
block header
h1 Upload
block body
:go:func Uploaded(mainSite, site, downloadLink string, keepForHours int)
2023-08-22 18:19:47 +04:00
section
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