keyoxide-web/views/verify.pug

18 lines
386 B
Text
Raw Normal View History

2020-08-07 17:06:08 -06:00
extends template.base.pug
block content
.content
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
p#result
input.bigBtn(type='submit' name='submit' value='VERIFY SIGNATURE')