-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
connect book table page to index page
- Loading branch information
1 parent
3c5aa43
commit 43cd988
Showing
2 changed files
with
5 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,6 +65,10 @@ <h2 class="text-center"><strong>Book</strong> Your Table Now!</h2> | |
<label for="name">Phone Number: </label> | ||
<input class="form-control" type="number" name="phone" placeholder="Phone Number" required> | ||
</div> | ||
<div class="form-group"> | ||
<label for="name">Email: </label> | ||
<input class="form-control" type="email" name="email" placeholder="[email protected]" required> | ||
</div> | ||
<div class="form-group"> | ||
<label for="name">Date: </label> | ||
<input class="form-control" type="date" name="date" required> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters