40 lines
		
	
	
		
			667 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			667 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| 
 | |
| <head>
 | |
|   <title>Your password has been resetted</title>
 | |
|   <link href="css/reset.css" rel="stylesheet">
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
| 
 | |
|   <table class="main-header">
 | |
|     <tr>
 | |
|       <td style="text-align: center;">
 | |
|         <img src="images/passwordreset.png" alt="Image">
 | |
|         <h1>Your password has been resetted</h1>
 | |
|       </td>
 | |
|     </tr>
 | |
|   </table>
 | |
| 
 | |
|   <table class="content-section">
 | |
|     <tr>
 | |
|       <td>
 | |
|         <p>Hello,</p>
 | |
|         <p>Please check your email to reset your password.</p>
 | |
|       </td>
 | |
|     </tr>
 | |
|   </table>
 | |
| 
 | |
|   <table class="footer">
 | |
|     <tr>
 | |
|       <td>
 | |
|         <p>© 2023 EcoSaver</p>
 | |
|       </td>
 | |
|     </tr>
 | |
|   </table>
 | |
| 
 | |
| </body>
 | |
| 
 | |
| </html>
 |