From 43cd988007eebba7ded76be0f4669dc1190ba775 Mon Sep 17 00:00:00 2001 From: Pulkit Garg Date: Wed, 29 May 2024 08:27:24 +0530 Subject: [PATCH] connect book table page to index page --- Html-files/book-table.html | 4 ++++ index.html | 49 +------------------------------------- 2 files changed, 5 insertions(+), 48 deletions(-) diff --git a/Html-files/book-table.html b/Html-files/book-table.html index 37e50c1a..58663d9d 100644 --- a/Html-files/book-table.html +++ b/Html-files/book-table.html @@ -65,6 +65,10 @@

Book Your Table Now!

+
+ + +
diff --git a/index.html b/index.html index 4b11b484..78d7e25e 100644 --- a/index.html +++ b/index.html @@ -147,8 +147,7 @@

Click & Collect


Restaurant Dining


- Book Table - + Book Table
@@ -266,47 +265,6 @@

Juices

- - -

Free Delivery!

Download the App now!

@@ -462,11 +420,6 @@

Follow Us

} }); main - - function openBookingModal() { - var bookingModal = new bootstrap.Modal(document.getElementById('bookingModal')); - bookingModal.show(); - } main