-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.jsp
More file actions
15 lines (15 loc) · 739 Bytes
/
home.jsp
File metadata and controls
15 lines (15 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<!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=ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
<a href="http://localhost:8080/pdf_of_database_table/home.jsp">Home</a>
<a href="http://localhost:8080/pdf_of_database_table/registerClassAssignment.jsp">Registration</a>
<a href="http://localhost:8080/pdf_of_database_table/loginClassAssignment.jsp">login</a>
<a href="http://localhost:8080/pdf_of_database_table/logoutClassAssignment.jsp">Logout</a>
</body>
</html>