Skip to content

Commit

Permalink
phone search html
Browse files Browse the repository at this point in the history
used as a include in homepage of website. Displays a search form view for users to search for ad by phone number
  • Loading branch information
angieology-zz committed Nov 6, 2015
1 parent d36289f commit dab62b1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions phone_search.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<title>Find Your Ad</title>
</head>
<body>
<h3>Enter Phone Number</h3>
<p>Please enter your 10-digit phone number:</p>
<form method="post" action="phone_search.php">
<input type="text" name="phone_num" >
<input type="submit" name="submit" value="Search">
</form>

</body>




</html>

0 comments on commit dab62b1

Please sign in to comment.