14 lines
359 B
Plaintext
14 lines
359 B
Plaintext
extends ../../../views/base.jade
|
|
|
|
block content
|
|
h1 Thank you for everything !
|
|
audio(autoplay)
|
|
source(src="/static/data/music/thankyou.ogg")
|
|
source(src="/static/data/music/thankyou.mp3")
|
|
|
|
if (vcode !== undefined)
|
|
p Your vcode is #{vcode}.
|
|
else if (workerId !== undefined)
|
|
p You have no vcode because you're bad
|
|
|