2023-02-23 18:16:06 +04:00
|
|
|
extends base.jade
|
2022-06-13 20:00:49 +04:00
|
|
|
|
2023-02-23 18:28:01 +04:00
|
|
|
block header
|
2022-06-14 18:45:23 +04:00
|
|
|
h1 Upload
|
2022-06-13 20:00:49 +04:00
|
|
|
|
2023-02-23 18:28:01 +04:00
|
|
|
block body
|
|
|
|
:go:func Uploaded(mainSite, site, downloadLink string, keepForHours int)
|
2022-06-14 18:45:23 +04:00
|
|
|
section#file
|
|
|
|
h2 Your link
|
|
|
|
center
|
2022-08-01 01:08:35 +04:00
|
|
|
a(href=downloadLink) #{site}#{downloadLink}
|
2022-06-14 18:45:23 +04:00
|
|
|
center It will be available for next #{keepForHours} hours.
|
|
|
|
center
|
|
|
|
a(href="/") Back to index page
|