Commit 078744cd authored by Fabian Dewantara Santonie's avatar Fabian Dewantara Santonie 🕊

Perbaikan Latihan 3

parent a0761429
Pipeline #6527 failed with stages
in 3 seconds
......@@ -49,12 +49,12 @@ public class Latihan3 extends HttpServlet {
}
else {
out.println("Password Salah!");
out.println("<a href=\"Latihan2.jsp\">Latihan2</a>");
out.println("<a href=\"Latihan3.jsp\">Kembali Login</a>");
}
}
else {
out.println("Username Salah!");
out.println("<a href=\"Latihan2.jsp\">Latihan2</a>");
out.println("<a href=\"Latihan3.jsp\">Kembali Login</a>");
}
out.println("</body>");
out.println("</html>");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment