Tobias Weise 83ea3a7a64
Some checks failed
Gitea Docker Redeploy / Redploy-App-on-self-via-SSH (push) Failing after 17s
registration email added
2024-09-11 20:58:03 +02:00

42 lines
1.2 KiB
Twig

<!DOCTYPE html>
<html>
<head>
<title>{{ subject }}</title>
<meta charset="utf-8">
<!--
<link rel="stylesheet" type="text/css" hs-webfonts="true" href="https://fonts.googleapis.com/css?family=Lato|Lato:i,b,bi">
-->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
h1{font-size:56px}
h2{font-size:28px;font-weight:900}
p{font-weight:100}
td{vertical-align:top}
#email{margin:auto;width:600px;background-color:#fff}
</style>
</head>
<body bgcolor="#F5F8FA" style="width: 100%; font-family:Lato, sans-serif; font-size:18px;">
<div id="email">
<table role="presentation" width="100%">
<tr>
<td bgcolor="#00A4BD" align="center" style="color: white;">
<h1>{{ subject }}</h1>
</td>
</table>
<table role="presentation" border="0" cellpadding="0" cellspacing="10px" style="padding: 30px 30px 30px 60px;">
<tr>
<td>
<p>
{{ msg }}
</p>
</td>
</tr>
</table>
</div>
</body>
</html>