diff options
author | monaco <mr.hedho@yahoo.com> | 2021-05-15 19:00:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-15 19:00:26 +0000 |
commit | c899090a06c0f5213be81a566ee38c8ad4b01f92 (patch) | |
tree | 92342f028451d013c24584cf90e74bf22c034f26 | |
parent | Some changes for Style.css (diff) | |
download | KISSmo-c899090a06c0f5213be81a566ee38c8ad4b01f92.tar.gz KISSmo-c899090a06c0f5213be81a566ee38c8ad4b01f92.zip |
Update archive.php
-rw-r--r-- | archive.php | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/archive.php b/archive.php index 70c916a..3209826 100644 --- a/archive.php +++ b/archive.php @@ -10,13 +10,15 @@ <meta name="HandheldFriendly" content="true"> - - - <body> - - - <center><h2>Runing KISSmo Paste</h2></center><br> +<center> +<pre>Running</pre> +<pre> _ _____ ___ ___ + | |/ /_ _/ __/ __|_ __ ___ + | ' < | |\__ \__ \ ' \/ _ \ + |_|\_\___|___/___/_|_|_\___/ +</pre> +</center><br> <center><form method="POST" action="archive.php" class="search" enctype="multipart/form-data" autocomplete="off"> <input type="text" name="query" maxlength=75 class="searchbox" minlength=3 placeholder="Enter keywords" required> <input type="submit" value="Search"></input> |