summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-05-11 15:13:36 +0100
committerMatthew Lemon <y@yulqen.org>2023-05-11 15:13:36 +0100
commitea86e55ba467b9488af4de2c3d17fea2488c6725 (patch)
tree634bcc16736bce52bcf57959324cbc48226c7fbc
parenta2502c54e745695876d1fedc3d565cfa369eaa0d (diff)
Fixes email address in form
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index e890c61..a3f2d62 100644
--- a/index.html
+++ b/index.html
@@ -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>