15 lines
319 B
Plaintext
15 lines
319 B
Plaintext
extends base.jade
|
|
|
|
block header
|
|
h1 Upload
|
|
|
|
block body
|
|
:go:func Uploaded(mainSite, site, downloadLink string, keepForHours int)
|
|
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
|