From 5197e7f67dfee6fd3cbb4bcb2a35d1ca4f796f2b Mon Sep 17 00:00:00 2001 From: Avansh2006 Date: Thu, 3 Oct 2024 22:49:06 +0530 Subject: [PATCH 1/2] Issue#88 --- booking.html | 128 +++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 2 +- 2 files changed, 129 insertions(+), 1 deletion(-) create mode 100644 booking.html diff --git a/booking.html b/booking.html new file mode 100644 index 0000000..8f48d02 --- /dev/null +++ b/booking.html @@ -0,0 +1,128 @@ + + + + + + Book a Table + + + + +

Table Reservation

+ +
+ + + + + + + +
+ +
+ + + + + diff --git a/index.html b/index.html index e97ba51..b9e4527 100644 --- a/index.html +++ b/index.html @@ -308,7 +308,7 @@

- + booking icon Book A Table From fc173e3cf72920b3f90e88a377362d2169ca560f Mon Sep 17 00:00:00 2001 From: Avansh2006 Date: Fri, 4 Oct 2024 01:31:07 +0530 Subject: [PATCH 2/2] Issue#88 fixed the theme --- booking.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/booking.html b/booking.html index 8f48d02..6212dfe 100644 --- a/booking.html +++ b/booking.html @@ -5,6 +5,9 @@ Book a Table