Cosmetic fix for the search site

This commit is contained in:
Bryan
2019-11-25 03:30:23 -05:00
parent b90e6961de
commit 3a7e7ced94

View File

@@ -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>