Cosmetic fix for the search site
This commit is contained in:
@@ -7,7 +7,7 @@ body {
|
||||
}
|
||||
</style>
|
||||
|
||||
<h2><font color="white">Who would you like to search for</h2>
|
||||
<h2><font color="white">Search by</h2>
|
||||
|
||||
<?php
|
||||
$name = $fname = $lname = "";
|
||||
@@ -43,6 +43,7 @@ Username: <br><input type="text" name="username"><br>
|
||||
<input type="submit">
|
||||
</form>
|
||||
<br>
|
||||
<h2>Or</h2>
|
||||
<form action="nameSearch.php" method="post">
|
||||
First Name: <input type="text" name="fname"><br>
|
||||
Last Name: <input type="text" name="lname"><br>
|
||||
|
||||
Reference in New Issue
Block a user