这是一段简单的登录HTML代码:
<html>
<body>
<h1>登录页面</h1>
<form action="/login" method="post">
<label for="username">用户名:</label><br>
<input type="text" id="username" name="username"><br>
<label for="password">密码:</label><br>
<input type="password" id="password" name="passw