UNPKG

internet-information-services

Version:

internet-information-services

14 lines 359 B
<!DOCTYPE html> <html lang="zh-cn"> <head> <meta charset="UTF-8"> <title>Login</title> </head> <body> <form method="post" enctype="multipart/form-data" style="text-align: center; padding-top: 8em"> <input title="uid" name="uid" /> <input title="pwd" type="password" name="pwd" /> <button>login</button> </form> </body> </html>