summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
author53hornet <atc@53hor.net>2021-11-23 16:53:11 -0500
committer53hornet <atc@53hor.net>2021-11-23 16:53:11 -0500
commit3303c13b7610ed45cbdddac7ab406b15888690f4 (patch)
tree8a84d196ad6a01ba3dc8d68a1082350ada38f256 /index.php
parent48900db2d6305121e0a00bbcf46b239fb280db82 (diff)
downloadcarpentertutoring-3303c13b7610ed45cbdddac7ab406b15888690f4.tar.xz
carpentertutoring-3303c13b7610ed45cbdddac7ab406b15888690f4.zip
feat: impl experimental honeypot for mailtos and contact form
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index c3aef21..f3f82b1 100644
--- a/index.php
+++ b/index.php
@@ -358,6 +358,7 @@
<section id="contact">
<form class="card" action="/#contact" method="post">
<h2>Contact</h2>
+ <input class="honeypot" name="emailAddress" type="text" />
<label for="name">Name</label>
<input name="name" type="text" id="name" placeholder="Jane Doe" required />