16 lines
339 B
Plaintext
16 lines
339 B
Plaintext
:go:func Uploaded(mainSite, downloadLink string, keepForHours int)
|
|
|
|
include base/top.jade
|
|
include base/body.header.jade
|
|
h1 Upload
|
|
|
|
section#file
|
|
h2 Your link
|
|
center
|
|
a(href=downloadLink) #{downloadLink}
|
|
center It will be available for next #{keepForHours} hours.
|
|
center
|
|
a(href="/") Back to index page
|
|
|
|
include base/body.footer.jade
|