diff options
author | monaco <arianitkukaj@gmail.com> | 2022-01-30 02:20:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-30 02:20:34 +0000 |
commit | 38ab0be3fcc299c1036968fd2dfa4eabcbb7e485 (patch) | |
tree | fecd290416e3e60b77b3c14f5dbfdc8613e3cbd5 | |
parent | Latest update (diff) | |
download | KISSmo-38ab0be3fcc299c1036968fd2dfa4eabcbb7e485.tar.gz KISSmo-38ab0be3fcc299c1036968fd2dfa4eabcbb7e485.zip |
Update index.php
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ $ncsite="paste.oddprotocol.org 7777"; </center><br> <center><a href="./">Paste</a> | <a href="./archive.php">Archive</a> | <a href="./about.html">About</a> | <a href="./contact.php">Contact</a></center> <center><form name="form" method="post"> - <textarea name="text_box" cols="40" minlength="5" rows="5" placeholder="Paste your code here..." maxlength="1048576" style="margin: 0px; width: 80%; height: 249px;" required pattern="\S+" oninvalid="this.setCustomValidity('We apologize but we won`t allow empty paste!')" oninput="this.setCustomValidity('')"></textarea> + <textarea name="text_box" cols="40" minlength="5" rows="5" placeholder="Paste your code here..." maxlength="1048576" style="margin: 0px; width: 80%; height: 249px;" required pattern="\S+" oninvalid="this.setCustomValidity('We apologize but we won`t allow empty paste!')" oninput="this.setCustomValidity('')"></textarea></center> <br> <br> <input type="submit" id="search-submit" value="Paste it!" /> |