2023-11-19 23:47:22 +00:00
<!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 >
2023-11-20 00:08:39 +00:00
< br >
2023-11-19 23:47:22 +00:00
< form method = "POST" action = "/account/deleteacct" >
2023-11-20 00:05:07 +00:00
< input type = "hidden" name = "email" value = "{{ user_email }}" >
< input type = "hidden" name = "hash" value = "{{ password_hash }}" >
2023-11-19 23:47:22 +00:00
< 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 >