forked from mcoia/webpacs-lance
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path403error.html
More file actions
25 lines (21 loc) · 872 Bytes
/
403error.html
File metadata and controls
25 lines (21 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- Rel 2009B Example Set -->
<!-- This File Last Changed: 03 Mar 2010 -->
<head>
<title>Millennium Web Catalog</title>
<meta http-equiv="X-UA-Compatible" content="IE=8;FF=3;OtherUA=4">
<!-- If relative links fail update and uncomment your base tag: -->
<!--<base href="http://catalog.example.org/"> -->
<link rel="stylesheet" type="text/css" href="/screens/styles_print.css" media="print">
</head>
<body>
<div class="minHeight">
<div class="fullPage pageContentInnerBarePage">
<h2 class="barePageHeading">403 Forbidden</h2>
<!--{403errmsg}-->
<div>There has been an error. Please contact a staff member at the Library for assistance.</div>
</div>
</div>
</body>
</html>