summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-10-17 13:57:58 +0100
committerMatthew Lemon <y@yulqen.org>2023-10-17 13:57:58 +0100
commit11cfbaf36f24f04245540e85f4abc9cbc82d96a0 (patch)
tree79026fa68ffe60be133e55250af44bd2bf0efad5
parentea86e55ba467b9488af4de2c3d17fea2488c6725 (diff)
Replaces form which didn't work with email addressHEADmaster
-rw-r--r--index.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/index.html b/index.html
index a3f2d62..302bff9 100644
--- a/index.html
+++ b/index.html
@@ -85,12 +85,9 @@ 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.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>
- <input type="submit" value="Submit">
- </form>
+
+ <a href="mailto:hello@twentyfoursoftware.com?subject=feedback">Email</a>
+
</div>
<footer>