123456789101112131415161718192021222324252627 |
- <!DOCTYPE html>
- <html>
-
- <head>
- <title>Password Reset</title>
- <style type='text/css'>
- h1 {
- color: #0067AB;
- display: block;
- font: inherit;
- font-family: 'Open Sans', 'Helvetica Neue', Helvetica;
- font-size: 30px;
- font-weight: 600;
- height: 30px;
- line-height: 30px;
- margin: 45px 0px 0px 45px;
- padding: 0px 8px 0px 8px;
- }
- </style>
- <body>
- <h1>Successfully updated your password!</h1>
- </body>
- </html>
|