Use HTML page instead for browser and plain text for console

This commit is contained in:
Joe Ma 2022-09-11 23:38:46 +08:00
parent d2c49287b6
commit 022f83a387
No known key found for this signature in database
GPG key ID: 7A0ECF5F5EDC587F
2 changed files with 40 additions and 7 deletions

View file

@ -60,7 +60,7 @@
<input id="read_limit_input" type="number" name="read-limit" min="1" style="width: 3em">
</div>
<div>
<input id="show_qr_checkbox" type="checkbox" name="qrcode">
<input id="show_qr_checkbox" type="checkbox" name="qrcode" checked>
<label for="show_qr_checkbox">Show QR code on sumbitted</label>
</div>
<br>