24 lines
1.1 KiB
HTML
24 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html><head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<title>HectaMail</title>
|
|
<link rel="stylesheet" href="/static/css/main.css" media="">
|
|
</head>
|
|
<body>
|
|
<div class="headerbar">
|
|
<a href="https://mail.hectabit.org/">HectaMail</a>
|
|
<a href="https://mail.hectabit.org/register">Sign up</a>
|
|
<a class="main" href="https://mail.hectabit.org/account">Account</a>
|
|
</div>
|
|
<div class="content">
|
|
<h1>Are you SURE you would like to delete your account?</h1>
|
|
<button onclick="location.href = '/account/dashboard';">Whoops, wrong button, bring me back to the safe zone!</button>
|
|
<br>
|
|
<form method="POST" action="/account/deleteapi">
|
|
<input type="hidden" name="email" value="{{ user_email }}">
|
|
<input type="hidden" name="hash" value="{{ password_hash }}">
|
|
<input type="submit" style="background-color: rgb(20, 10, 30);padding: 0;text-decoration: underline;font-family: Arial;" value="Yes, I understand this is permanent and cannot be undone!">
|
|
</div>
|
|
<style type="text/css"></style>
|
|
</body></html>
|