Heading

Wednesday, March 5, 2014

Web Application in Java with JDBC, Servlets, JSp and MYSQL DataBase-8

Login Fail Page:

<%--
    Document   : Login_Fail
    Created on : Feb 24, 2014, 3:20:30 PM
    Author     : SDSTAFF
--%>

<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>Login Fail</title>
                 <link rel="stylesheet" type="text/css" href="First.css">
    </head>
    <body>
        <h1>You Entered Wrong Details........ Login Failed.</h1>
        To Login <a href="Login_Page.jsp">Click Here</a>
    </body>
</html>

No comments:

Post a Comment