registeremail/www/fail.html

12 lines
277 B
HTML
Raw Normal View History

2024-03-13 03:48:47 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>We failed to create an email</title>
</head>
<body>
<h1>We failed to create email</h1>
<p>REASON</p>
</body>
</html>