mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-23 07:19:28 -07:00
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
|