From 0ccf781fada6892475753e1d4eef974a233095b1 Mon Sep 17 00:00:00 2001 From: collin Date: Wed, 25 Jun 2025 23:31:50 +0200 Subject: [PATCH] Adding rsvp page and link from index --- client/index.html | 18 ++++++++++-------- client/rsvp.html | 29 +++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 8 deletions(-) create mode 100644 client/rsvp.html diff --git a/client/index.html b/client/index.html index c5c04fa..4b5cfa0 100644 --- a/client/index.html +++ b/client/index.html @@ -35,14 +35,16 @@
Open Map
- + + + \ No newline at end of file diff --git a/client/rsvp.html b/client/rsvp.html new file mode 100644 index 0000000..0128ca8 --- /dev/null +++ b/client/rsvp.html @@ -0,0 +1,29 @@ + + + + + + +

Collin and Lucy's Wedding

+
+
+

+ + +

+

+ Age: + + + + +

+

+ + +

+
+
+ + + \ No newline at end of file