Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dosnshcu authored Sep 30, 2024
1 parent 924cf94 commit 9c3e464
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@
<div class="login-container">
<h1>用户登录</h1>
<form action="/login" method="post">
<label for="username">用户名</label>
<label for="username">用户名111111</label>
<input type="text" id="username" name="username" required>

<label for="password">密码</label>
<label for="password">密码1111111</label>
<input type="password" id="password" name="password" required>

<button type="submit">登录</button>
Expand All @@ -85,4 +85,4 @@ <h1>用户登录</h1>
</div>
</div>
</body>
</html>
</html>

0 comments on commit 9c3e464

Please sign in to comment.