mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-23 07:19:28 -07:00
10 lines
247 B
Text
10 lines
247 B
Text
extends ../templates/base.pug
|
|
|
|
block content
|
|
section
|
|
h1 QR Code
|
|
form#form-util-qr(method='post')
|
|
pre
|
|
code#input.full-width !{input}
|
|
canvas#qrcode
|
|
a#qrcode--altLink(href='#') Press this link to directly open the URI
|