Advertisement
Yuvalxp8

Login Fail

Apr 4th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.68 KB | None | 0 0
  1. <%@ page language="java" contentType="text/html; charset=windows-1255"
  2.     pageEncoding="windows-1255"%>
  3.     <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
  4. <%@ taglib uri="http://java.sun.com/jsp/jstl/sql" prefix="sql"%>
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  6. <html>
  7. <head>
  8. <link rel="stylesheet" type="text/css" href="cssForTopBar.css">
  9.  
  10. <meta http-equiv="Content-Type" content="text/html; charset=windows-1255">
  11. <title>Fail</title>
  12. </head>
  13. <body>
  14. <h1>Incorrect Password or Username.</h1>
  15. </br>
  16. <h1>Not Yet Registered ?<a href="SQLRegister.jsp">Click here to create new account !</a>
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement