mirror of
https://github.com/rikkaneko/paste.git
synced 2025-08-06 14:10:13 +01:00
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:
parent
19c9c69a78
commit
3c900bc92a
3 changed files with 17 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue