You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
510 B
Plaintext

<%--
Created by IntelliJ IDEA.
User: Administrator
Date: 2019/4/29
Time: 10:31
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>Title</title>
</head>
<body>
<form action="login" method="post">
<input type="text" name="username"/>
<br>
<input type="password" name="password"/>
<br>
<input type="submit" value="登录"/>
</form>
</body>
</html>