15 lines
564 B
Plaintext
15 lines
564 B
Plaintext
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
|
|
pageEncoding="ISO-8859-1"%>
|
|
<%@ 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=ISO-8859-1">
|
|
<title>Access Denied</title>
|
|
</head>
|
|
<body>
|
|
<h2>Sorry, you do not have permission to view this page.</h2>
|
|
|
|
Click <a href="<c:url value="/homepage.html" /> ">here</a> to go back to the Homepage.
|
|
</body>
|
|
</html> |