Add a control to toggle URL redirection to paste.html

Update README.md

Signed-off-by: Joe Ma <rikkaneko23@gmail.com>
This commit is contained in:
Joe Ma 2022-10-13 01:30:56 +08:00
parent 19c9c69a78
commit 3c900bc92a
No known key found for this signature in database
GPG key ID: 7A0ECF5F5EDC587F
3 changed files with 17 additions and 1 deletions

View file

@ -46,7 +46,7 @@
<div>
<h4>Upload text</h4>
<textarea id="text_input" style="width: 30%; max-width: 100%; " rows="5" cols="50"
name="u" placeholder="" spellcheck="false"></textarea>
name="u" placeholder="Paste text or URL link here..." spellcheck="false"></textarea>
</div>
<div>
<h4>Settings</h4>
@ -63,6 +63,10 @@
<input id="show_qr_checkbox" type="checkbox" name="qrcode" checked>
<label for="show_qr_checkbox">Show QR code on sumbitted</label>
</div>
<div>
<input id="gen_link" type="checkbox" name="paste-type" value="link">
<label for="gen_link">Generate as shorten URL link</label>
</div>
<br>
<div>
<input id="reset_button" type="reset" value="Reset">