12 lines
591 B
HTML
12 lines
591 B
HTML
|
<html><head></head><body><div>[[[SERVERNAME]]] - Accesso all'account</div>
|
||
|
<div style="font-family:Arial,Helvetica,sans-serif">
|
||
|
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
|
||
|
<tbody><tr>
|
||
|
<td>
|
||
|
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Accesso all'account</b>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody></table>
|
||
|
<p>Il tuo token di accesso è: [[[TOKEN]]] </p>
|
||
|
<p>Questo token può essere utilizzato solo una volta ed è valido per 5 minuti.</p>
|
||
|
</div></body></html>
|