<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”UTF-8″>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<title>Unsubscribe</title>
</head>
<body>
<h1>Unsubscribe from our Emails</h1>
<p>If you no longer wish to receive emails from us, please enter your email address below:</p>
<form action=”unsubscribe.php” method=”post”>
<label for=”email”>Email Address:</label>
<input type=”email” id=”email” name=”email” required>
<br>
<input type=”submit” value=”Unsubscribe”>
</form>
</body>
</html>