update
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
<p id="title_1">管理员登录</p>
|
||||
<div>
|
||||
<form action="html/firstPage.html" id="name" >
|
||||
<input type="text" name="name" placeholder="用户名" autofocus><br><br><br>
|
||||
<input type="password" name="password" placeholder="密码"><br><br><br>
|
||||
<input type="text" name="name" placeholder="用户名" autofocus required="required"><br><br><br>
|
||||
<input type="password" name="password" placeholder="密码" required="required"><br><br><br>
|
||||
<input type="submit" id="submit" value="OK">
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user