22 lines
371 B
HTML
22 lines
371 B
HTML
<html>
|
|
<head>
|
|
<title>{1}</title>
|
|
</head>
|
|
<body>
|
|
<p>
|
|
{2} {3}
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Congratulations!</strong>
|
|
</p>
|
|
|
|
<p>
|
|
We have created your new {0} account associated with {4}.
|
|
</p>
|
|
|
|
<p>
|
|
Thanks!
|
|
</p>
|
|
</body>
|
|
</html>
|