26 lines
591 B
HTML
26 lines
591 B
HTML
<!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>
|