mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-23 07:19:28 -07:00
10 lines
336 B
PHP
10 lines
336 B
PHP
<?php $this->layout('template.base', ['title' => $title]) ?>
|
|
|
|
<h1>QR Code</h1>
|
|
<div class="content">
|
|
<form id="form-util-qr" method="post">
|
|
<h3>Fingeprint</h3>
|
|
<input type="text" name="input" id="input" placeholder="Fingerprint" value="<?=$this->escape($input)?>">
|
|
<div id="qrcode"></div>
|
|
</form>
|
|
</div>
|