diff options
author | Matthew Lemon <y@yulqen.org> | 2023-05-11 15:13:36 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-05-11 15:13:36 +0100 |
commit | ea86e55ba467b9488af4de2c3d17fea2488c6725 (patch) | |
tree | 634bcc16736bce52bcf57959324cbc48226c7fbc | |
parent | a2502c54e745695876d1fedc3d565cfa369eaa0d (diff) |
Fixes email address in form
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ Currently operating as a side project, Twenty Four is driven by a vision to grow </p> <h2>Contact Us</h2> - <form action="mailto:hello@twentyfoursoftware.com" method="post" enctype="text/plain"> + <form action="mailto:hello@twentyfoursoftware.co.uk" method="post" enctype="text/plain"> <input type="text" name="name" placeholder="Your Name" required> <input type="email" name="email" placeholder="Your Email" required> <textarea name="message" placeholder="Your Message" required></textarea> |