Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
monaco authored Apr 18, 2021
1 parent 24746d0 commit dd1668a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@

<link rel="stylesheet" href="./style.css">
<title>Running under KISSmo Paste</title>
<center><h2>Runing KISSmo Paste</h2></center><br>
<center>
<pre>Running</pre>
<pre> _ _____ ___ ___
| |/ /_ _/ __/ __|_ __ ___
| ' &lt; | |\__ \__ \ ' \/ _ \
|_|\_\___|___/___/_|_|_\___/
</pre>
</center><br>
<center><a href="./">Paste</a> | <a href="./archive.php">Archive</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>
Expand Down Expand Up @@ -80,4 +87,3 @@
echo "<br>";
}
?>

0 comments on commit dd1668a

Please sign in to comment.