emailbox/data/unsubscribe_failed.html

14 lines
440 B
HTML
Raw Permalink Normal View History

2023-12-27 17:00:06 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Failed to unsubscribe</title>
<link rel="stylesheet" href="./bootstrap.min.css">
</head>
<body>
<h1>We couldn't unsubscribe you</h1>
<p>due to either you are not subscribed or your unsubscribe token is wrong.</p>
<script src="./bootstrap.min.js"></script>
</body>
</html>