keyoxide-web/views/util/qrfp.pug
Yarmo Mackenbach 59411ec176
Reinstate utils
2021-06-29 01:03:27 +02:00

20 lines
808 B
Text

extends ../templates/base.pug
block js
script(type='application/javascript' src='/static/qrcode.min.js' charset='utf-8')
script(type='application/javascript' src='/static/scripts.js' charset='utf-8')
script(type='application/javascript' src='/static/scripts.util.js' charset='utf-8')
block content
section.narrow
h1 QR Code
form#form-util-qrfp(method='post')
p
| This tool generates a QR code containing the fingerprint of your public key (
a(href='https://github.com/open-keychain/open-keychain/wiki/QR-Codes') format
| ). This QR code can be scanned by apps like
a(href='https://www.openkeychain.org/') OpenKeyChain
| .
h3 Fingerprint
input#input(type='text' name='input' placeholder='Fingerprint' value=input)
canvas#qrcode