From 79218d0959bc54f3cf68dc291bb4029bf29d6f70 Mon Sep 17 00:00:00 2001 From: collin Date: Mon, 30 Jun 2025 12:37:33 +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