1+ <!DOCTYPE html>
2+ <html >
3+
4+ <head >
5+ <meta charset =" utf-8" >
6+ <meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
7+ <title >Récupération de mot de passe - Akevas</title >
8+ </head >
9+
10+ <body style =" margin : 0 ; padding : 0 ; font-family : ' Segoe UI' , Tahoma , Geneva, Verdana , sans-serif ; background-color : #f4f4f4 ;" >
11+ <table border =" 0" cellpadding =" 0" cellspacing =" 0" width =" 100%" >
12+ <tr >
13+ <td style =" padding : 20px 0 30px 0 ;" >
14+ <table align =" center" border =" 0" cellpadding =" 0" cellspacing =" 0" width =" 400" style =" border-collapse : collapse ; border : 1px solid #cccccc ; background-color : #ffffff ; border-radius : 15px ; overflow : hidden ;" >
15+ <tr >
16+ <td align =" center" style =" padding : 40px 0 30px 0 ; background-color : #ffffff ;" >
17+ <h1 style =" color : #ed7e0f ; margin : 0 ; font-size : 28px ; font-weight : bold ;" >AKEVAS</h1 >
18+ </td >
19+ </tr >
20+ <tr >
21+ <td style =" padding : 40px 30px 40px 30px ;" >
22+ <table border =" 0" cellpadding =" 0" cellspacing =" 0" width =" 100%" >
23+ <tr >
24+ <td style =" color : #153643 ; font-size : 18px ; font-weight : bold ; padding-bottom : 20px ;" >
25+ Réinitialisation de votre mot de passe
26+ </td >
27+ </tr >
28+ <tr >
29+ <td style =" color : #444444 ; font-size : 16px ; line-height : 24px ; padding-bottom : 30px ;" >
30+ Bonjour,<br ><br >
31+ Vous avez demandé la réinitialisation de votre mot de passe sur Akevas. Utilisez le code de vérification ci-dessous pour continuer :
32+ </td >
33+ </tr >
34+ <tr >
35+ <td align =" center" style =" padding : 20px 0 ;" >
36+ <div style =" background-color : #f8f9fa ; border : 2px dashed #ed7e0f ; border-radius : 10px ; padding : 20px ; display : inline-block ;" >
37+ <span style =" font-size : 32px ; font-weight : bold ; letter-spacing : 5px ; color : #333333 ;" >
38+ {{ $otp } }
39+ </span >
40+ </div >
41+ </td >
42+ </tr >
43+ <tr >
44+ <td style =" color : #666666 ; font-size : 14px ; line-height : 20px ; padding-top : 30px ; text-align : center ;" >
45+ Ce code est valide pendant <strong >15 minutes</strong >. Si vous n'êtes pas à l'origine de cette demande, vous pouvez ignorer cet e-mail en toute sécurité.
46+ </td >
47+ </tr >
48+ </table >
49+ </td >
50+ </tr >
51+ <tr >
52+ <td style =" padding : 30px ; background-color : #ed7e0f ;" >
53+ <table border =" 0" cellpadding =" 0" cellspacing =" 0" width =" 100%" >
54+ <tr >
55+ <td style =" color : #ffffff ; font-size : 12px ; text-align : center ;" >
56+ © ; {{ date (' Y' ) } } Akevas. Tous droits réservés.
57+ </td >
58+ </tr >
59+ </table >
60+ </td >
61+ </tr >
62+ </table >
63+ </td >
64+ </tr >
65+ </table >
66+ </body >
67+
68+ </html >
0 commit comments