<html>
<head>
<title>Quiz Center</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<h2>CIS 1103-190 Quiz Center</h2>
<p>Please login by entering your user id and password below. (User ID: minshallj
  Password: jerry)</p>
<form name="form1" method="post" action="p2.jsp">
<p>User ID: 
  <input name="userId" type="text" id="userId">
</p>
<p>Password: 
  <input name="password" type="password" id="password">
</p>
<p>
  <input type="submit" name="Submit" value="Submit">
</p>
</form>
<p>&nbsp; </p>
</body>
</html>