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