Figure 4-29. HTML Code for Access Denied Page Template
<!--
HP Web Authentication Template
reject_novlan.html
-->
<html>
<head>
<title>Access Denied</title>
<!--
The line below is required to automatically redirect the user
back to the login page.
-->
<meta http-equiv="refresh" content="<%GETWAUTHQUIETTIME%>;URL=/EWA/
index.html">
</head>
<body>
<h1>Access Denied</h1>
<p>Your credentials were not accepted. Please wait <%GETWAUTHQUIETTIME%>
seconds to retry. You will be redirected automatically to login page.</p>
</body>
</html>