-
Notifications
You must be signed in to change notification settings - Fork 0
/
503_error.html
129 lines (111 loc) · 4.84 KB
/
503_error.html
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!doctype html>
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"
data-app="pt">
<head>
<meta http-equiv="Pragma" content="no-cache">
<meta charset="utf-8" />
<title>Hathi Trust Digital Library - Resource Unavailable</title>
<script type="text/javascript" src="/common/alicorn/js/utils.201910.js"></script>
<link rel="stylesheet" type="text/css" href="/common/alicorn/css/main.201910.css" />
<style>
#masthead { height: 86px; }
</style>
</head>
<body class="staticPage">
<div id="root">
<header class="site-navigation" role="banner">
<nav aria-label="about the site">
<ul id="nav" class="nav">
<li>
<a class="home-link" href="https://www.hathitrust.org"><span class="offscreen-for-narrowest">Home</span></a>
</li>
<li class="menu nav-links">
<a aria-expanded="false" class="menu" href="#" id="burger-menu"><i class="icomoon icomoon-reorder" aria-hidden="true"></i> Menu</a>
<ul>
<li class="menu">
<a href="#" class="menu" aria-expanded="false" aria-haspopup="true" id="about-menu" aria-hidden="false">About <span class="caret" aria-hidden="true"></span></a>
<ul role="menu" aria-labelledby="about-menu" aria-hidden="true">
<li>
<a href="https://www.hathitrust.org/about" aria-role="menuitem">Welcome to HathiTrust</a>
</li>
<li>
<a href="https://www.hathitrust.org/partnership" aria-role="menuitem">Our Partnership</a>
</li>
<li>
<a href="https://www.hathitrust.org/digital_library" aria-role="menuitem">Our Digital Library</a>
</li>
<li>
<a href="https://www.hathitrust.org/collaborative-programs" aria-role="menuitem">Our Collaborative Programs</a>
</li>
<li>
<a href="https://www.hathitrust.org/htrc" aria-role="menuitem">Our Research Center</a>
</li>
<li>
<a href="https://www.hathitrust.org/news_publications" aria-role="menuitem">News & Publications</a>
</li>
</ul>
</li>
<li>
<a href="//babel.hathitrust.org/cgi/mb">Collections</a>
</li>
<li class="help">
<a href="https://www.hathitrust.org/help">Help</a>
</li>
<li>
<a href="//babel.hathitrust.org/cgi/feedback?page=form" data-m="pt" data-toggle="feedback tracking-action" data-id="" data-tracking-action="Show Feedback">Feedback</a>
</li>
</ul>
</li>
</ul>
</nav>
</header>
<main id="main" class="main-container">
<div class="container container-medium flex-container" style="margin-top: 1.75rem">
<div>
<img src="./graphics/librarian.jpg" alt="photograph of ye olden days at the library"/>
</div>
<div style="flex-grow: 1; margin-left: 1rem">
<h1>Resource Temporarily Unavailable</h1>
<div class="message_error">
<p>You have temporarily exceeded viewing limits. ___CHOKED_UNTIL___</p>
<p>Viewing limits protect HathiTrust resources from abuse and help ensure a consistent experience for everyone.</p>
<!-- PHOTOCOPIER_USAGE -->
<p><strong><a href="__REQUEST_URL__">Try your request again.</a></strong></p>
</div>
</div>
</div>
</main>
<footer class="site-navigation" role="contentinfo">
<nav>
<ul class="nav pull-right">
<li>
<a href="https://www.hathitrust.org/">Home</a>
</li>
<li>
<a href="https://www.hathitrust.org/about">About</a>
</li>
<li>
<a href="//babel.hathitrust.org/cgi/mb">Collections</a>
</li>
<li>
<a href="https://www.hathitrust.org/help">Help</a>
</li>
<li>
<a href="//babel.hathitrust.org/cgi/feedback?page=form" data-m="pt" data-toggle="feedback tracking-action" data-id="" data-tracking-action="Show Feedback">Feedback</a>
</li>
<li><a href="https://www.hathitrust.org/accessibility">Accessibility</a></li>
<li>
<a href="https://www.hathitrust.org/take_down_policy">Take-Down Policy</a>
</li>
<li>
<a href="https://www.hathitrust.org/privacy">Privacy</a>
</li>
<li>
<a href="https://www.hathitrust.org/contact">Contact</a>
</li>
</ul>
</nav>
</footer>
</div>
</body>
</html>