Commit a0761429 authored by Fabian Dewantara Santonie's avatar Fabian Dewantara Santonie 🕊

Perbaikan Latihan 3

parent 45adef96
Pipeline #6526 canceled with stages
......@@ -49,10 +49,12 @@ public class Latihan3 extends HttpServlet {
}
else {
out.println("Password Salah!");
out.println("<a href=\"Latihan2.jsp\">Latihan2</a>");
}
}
else {
out.println("Username Salah!");
out.println("<a href=\"Latihan2.jsp\">Latihan2</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