2020-08-07 17:06:08 -06:00
|
|
|
extends template.base.pug
|
|
|
|
|
|
|
|
block content
|
|
|
|
.content
|
2021-01-10 07:11:44 -07:00
|
|
|
noscript
|
|
|
|
p Keyoxide requires JavaScript to function.
|
|
|
|
|
2020-08-07 17:06:08 -06:00
|
|
|
h1 Verify
|
|
|
|
form#form-verify(method='post')
|
|
|
|
h3 Signer
|
|
|
|
label(for='modeSelect') Mode:
|
|
|
|
include partials/key_selector
|
|
|
|
|
|
|
|
h3 Signature
|
|
|
|
textarea#signature(name='signature')
|
|
|
|
|
|
|
|
h3 Result
|
|
|
|
p#result
|
2020-08-08 13:50:50 -06:00
|
|
|
p#resultContent
|
2020-08-07 17:06:08 -06:00
|
|
|
input.bigBtn(type='submit' name='submit' value='VERIFY SIGNATURE')
|