Added confirmAccountDeletion template

master
RuisPipe 2021-07-12 20:44:47 +02:00
parent 99accfdbc2
commit d2c22d2dc1
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<body>
<h1>%header%</h1>
<p>%text%</p>
<a
href="{{.url}}"
style="
padding: 8px 20px;
background-color: #4b72fa;
color: #fff;
font-weight: bolder;
font-size: 16px;
display: inline-block;
margin: 20px 0px;
margin-right: 20px;
text-decoration: none;
"
>%buttonText%</a
>
<p>%alternativeUrl% <a href="{{.url}}">{{.url}}</a></p>
</body>
</html>