Create site with contact form and email verification

This commit removes the redundant logo.svg file. It then adds several new components including 'footer', 'contact_form', 'home', 'verify_email' in forms/src/components directory. It also includes associated CSS files for styling these components. Updates have also been made in the index.html file for SEO metadata. Changes made aim to enhance functionality and improve user interface.
This commit is contained in:
2024-01-13 15:53:47 +01:00
parent e5492401fd
commit 49a71097bc
20 changed files with 9554 additions and 4211 deletions
@@ -0,0 +1,5 @@
form {
max-width: 600px;
margin: auto;
padding: 20px;
}