12 lines
244 B
Plaintext
12 lines
244 B
Plaintext
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Title</title>
|
|
</head>
|
|
<body>
|
|
<form action="/login" method="post">
|
|
<input name="username" type="text">
|
|
<button id="btn">输入临时用户名后登录!</button>
|
|
</form>
|
|
</body>
|
|
</html> |