keyoxide-web/views/util/qr.pug

16 lines
515 B
Text
Raw Normal View History

2021-03-31 06:55:09 -06:00
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')
2021-06-28 17:03:27 -06:00
script(type='application/javascript' src='/static/scripts.util.js' charset='utf-8')
2021-03-31 06:55:09 -06:00
block content
section.narrow
h1 QR Code
form#form-util-qr(method='post')
2021-03-31 07:11:12 -06:00
pre
code#input.full-width !{input}
2021-03-31 06:55:09 -06:00
canvas#qrcode
a#qrcode--altLink(href='#') Press this link to directly open the URI