forked from Mirrors/keyoxide-web
10 lines
229 B
Text
10 lines
229 B
Text
|
extends ../template.base.pug
|
||
|
|
||
|
block content
|
||
|
.content
|
||
|
h1 QR Code
|
||
|
form#form-util-qr(method='post')
|
||
|
code#input.full-width !{input}
|
||
|
#qrcode
|
||
|
a#qrcode--altLink(href='#') Press this link to directly open the URI
|