14 lines
497 B
Cheetah
14 lines
497 B
Cheetah
<!DOCTYPE html>
|
|
<html lang="it">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Registrazione completata</title>
|
|
</head>
|
|
<body style="font-family: Arial, sans-serif; color: #1f2937; line-height: 1.5;">
|
|
<h1 style="margin-bottom: 16px;">Benvenuto su {{.AppName}}</h1>
|
|
<p>Ciao {{.UserName}},</p>
|
|
<p>la registrazione per l'account <strong>{{.UserEmail}}</strong> e stata completata correttamente.</p>
|
|
<p>Se non hai richiesto tu questa registrazione, contatta subito il supporto.</p>
|
|
</body>
|
|
</html>
|