mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-23 07:19:28 -07:00
18 lines
386 B
Text
18 lines
386 B
Text
|
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')
|