index.ejs
393 Bytes
<!DOCTYPE html>
<html>
<head>
<title><%= title %></title>
<link rel='stylesheet' href='/stylesheets/style.css' />
</head>
<body>
<h1><%= title %></h1>
<form action="login" method="post">
<p>用户名: <input type="text" name="username" /></p>
<p>密码: <input type="text" name="password" /></p>
<input type="submit" value="提交" />
</form>
</body>
</html>