From 23be2ab51fd5db608f44ba3534711c1715718320 Mon Sep 17 00:00:00 2001 From: Weel Ruud Date: Fri, 25 Apr 2025 05:32:02 -0400 Subject: [PATCH 1/3] added login --- public/index.html | 4 +- src/App.js | 2 +- src/components/Contact.js | 35 +++++++++++ src/css/styles.css | 119 ++++++++++++++++++++++++++++++++++++++ src/index.js | 8 ++- 5 files changed, 162 insertions(+), 6 deletions(-) create mode 100644 src/components/Contact.js create mode 100644 src/css/styles.css diff --git a/public/index.html b/public/index.html index aa069f2..690b31d 100644 --- a/public/index.html +++ b/public/index.html @@ -2,14 +2,14 @@ - + - + + - +