aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormonaco <mr.hedho@yahoo.com>2021-04-18 10:54:25 +0000
committerGitHub <noreply@github.com>2021-04-18 10:54:25 +0000
commitdd1668a99ff3c1ad5830f5533bcb955f808a143b (patch)
tree927d2dbbb23222fe45f17e36e50a5d3830f35cde
parentCreate httpd.conf (diff)
downloadKISSmo-dd1668a99ff3c1ad5830f5533bcb955f808a143b.tar.gz
KISSmo-dd1668a99ff3c1ad5830f5533bcb955f808a143b.zip
Update index.php
-rw-r--r--index.php10
1 files changed, 8 insertions, 2 deletions
diff --git a/index.php b/index.php
index 6b6b62f..139742b 100644
--- a/index.php
+++ b/index.php
@@ -14,7 +14,14 @@ $ncsite="paste.uk.to 7777";
<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>
@@ -80,4 +87,3 @@ if(isset($_POST['text_box'])) { //only do file operations when appropriate
echo "<br>";
}
?>
-