Some checks failed
Deploy Application / deploy (push) Has been cancelled
17 lines
381 B
PHP
17 lines
381 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Honeypot Test</title>
|
|
</head>
|
|
<body>
|
|
<h1>Honeypot Test Form</h1>
|
|
<form method="POST" action="/test/honeypot-submit">
|
|
<input type="text" name="name" placeholder="Name" required>
|
|
<input type="email" name="email" placeholder="Email" required>
|
|
<button type="submit">Submit</button>
|
|
</form>
|
|
</body>
|
|
</html>
|
|
|
|
|