Files
yacos/YACOSWeb/WebContent/WEB-INF/jsp/denied.jsp
2008-02-21 11:08:58 +00:00

37 lines
348 B
Plaintext

<html>
<head>
<style type="text/css">
h1 a{
color: #FF4747;
text-decoration: none;
}
h1 a:hover{
color: #FF0000;
}
</style>
</head>
<body>
<center>
<br/><br/><br/>
<h1><a href="main.htm">
<img src="./images/403error.jpg" alt="403" /><br/>
403 Error - Access Denied
</a></h1>
</center>
</body>
</html>