| <html> | |
| <body> | |
| <h1> Change password page. </h1> | |
| <form> | |
| <div> | |
| <label> Username: </label> | |
| <input type = "text" autocomplete = "username"/> | |
| <label> Current Password: </label> | |
| <input type = "password" autocomplete = "current-password"/> | |
| <label> New password: </label> | |
| <input type = "password" autocomplete = "new-password"/> | |
| </div> | |
| </form> | |
| </body> | |
| </html> | |