aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormonaco <arianitkukaj@gmail.com>2022-01-30 02:20:34 +0000
committerGitHub <noreply@github.com>2022-01-30 02:20:34 +0000
commit38ab0be3fcc299c1036968fd2dfa4eabcbb7e485 (patch)
treefecd290416e3e60b77b3c14f5dbfdc8613e3cbd5
parentLatest update (diff)
downloadKISSmo-38ab0be3fcc299c1036968fd2dfa4eabcbb7e485.tar.gz
KISSmo-38ab0be3fcc299c1036968fd2dfa4eabcbb7e485.zip
Update index.php
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index d1949be..960933e 100644
--- a/index.php
+++ b/index.php
@@ -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!" />