forked from Mirrors/keyoxide-web
9 lines
229 B
Text
9 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
|