| 1234567891011121314151617181920 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>Password Reset</title>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="Content-Type" content="multipart/form-data; charset=utf-8">
- </head>
- <body>
- <div>
- <input placeholder="请输入设备序列号"/>
- </div>
- <div>
- <button>提交</button>
- </div>
- </body>
- </html>
|