Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <%@ page language="java" contentType="text/html; charset=windows-1255" pageEncoding="windows-1255"%>
- <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=windows-1255">
- <link rel="stylesheet" type="text/css" href="cssForTopBar.css">
- <title>Login</title>
- </head>
- <body>
- <ul>
- <li><a href="forms.jsp">Home</a></li>
- <li><a href="#news">News</a></li>
- <li><a href="contactPage.jsp">Contact</a></li>
- <li><a href="aboutPage.jsp">About</a></li>
- </ul>
- </br>
- </br>
- <form id="form1" action="loginCheck.jsp" method="get">
- Username: <input type="text" name="uname" placeholder="Username"/></br>
- Password: <input type="password" name="pass"/></br>
- </br>
- <input type="submit"/>
- </form>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement