|
@@ -6,5 +6,11 @@
|
|
|
</head>
|
|
|
<body>
|
|
|
<h2>Login</h2>
|
|
|
+<form action="/login" method="post">
|
|
|
+ <input type="text" name="username" value=""/><br/>
|
|
|
+ <input type="password" name="password" value=""/><br/>
|
|
|
+ <input type="text" name="loginFrom" value="student"><br/>
|
|
|
+ <input type="submit" name="submit" value="登录"><br/>
|
|
|
+</form>
|
|
|
</body>
|
|
|
</html>
|