index.ejs 396 Bytes
<!DOCTYPE html>
<html>
  <head>
    <title><%= title %></title>
    <link rel='stylesheet' href='/stylesheets/style.css' />
  </head>
  <body>
    <h1><%= title %></h1>
    <form action="form_action.asp" method="get">
	  <p>用户名: <input type="text" name="fname" /></p>
	  <p>密码: <input type="text" name="lname" /></p>
	  <input type="submit" value="Submit" />
	</form>
  </body>
</html>