Created
March 14, 2019 14:53
-
-
Save earth774/ab8468b9d9ef26039a8b460d9fd08cfa to your computer and use it in GitHub Desktop.
html show reset password
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
| <title>รหัสผ่านชั่วคราว</title> | |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| <p class="text">รหัสผ่านชั่วคราวของคุณคือ</p> | |
| <h2>{{ $temp_password }}</h2> | |
| <p class="text">คุณสามารถนำรหัสผ่านนี้ไปใช้ในการเข้าสู่ระบบบัญชีของคุณได้</p> | |
| </div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment