-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathErrorPage.html
27 lines (24 loc) · 1.84 KB
/
ErrorPage.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
<html>
<head>
<title>Error</title>
</head><link rel="stylesheet" type="text/css" href="http://library.udayton.edu/c/style_illiad.css">
<body background="http://library.udayton.edu/g/background_plain.jpg" bgcolor="#FFFFFF"> <table width="770" BORDER="0" CELLPADDING="0" CELLSPACING="0"> <tr><td> <table width="770" BORDER="0" CELLPADDING="0" CELLSPACING="0"><tr> <td width="115" height="47"><a href="http://library.udayton.edu"><img width="115" height="47" border="0" alt="Roesch Library" src="http://library.udayton.edu/g/2002/top_left.jpg"></a></td> <td width="241" height="47"><a href="http://library.udayton.edu"><img width="241" height="47" border="0" alt="Roesch Library" src="http://library.udayton.edu/g/2002/top_middle.gif"></a></td> <td width="238" height="47"><img width="238" height="47" border="0" alt="Roesch Library" src="http://library.udayton.edu/g/2002/top_right.jpg"></td> <td width="176" height="47"><a href="http://www.udayton.edu/"><img width="176" height="47" border="0" alt="University of Dayton" src="http://library.udayton.edu/g/2002/ud_text.jpg"></a></td> </tr></table> </td></tr> </table>
<table border="0" width="100%">
<tr>
<td width="75%" bgcolor="#000033"><font color="#FFFFFF" size="5" face="Arial"><img
src="images/books.gif" width="32" height="32">ILLiad Error</font></td>
</tr>
</table>
<table border="0" width="100%">
<tr>
<td valign="top" width="10%" bgcolor="#C0C0C0"><font face="Arial"><strong>Status</strong></font></td>
<td width="90%" bgcolor="#C0C0C0"><font face="Arial"><em>Unknown System Error has occured. </em></font></td>
</tr>
</table>
<table border="0" width="100%">
<tr>
<br><font face="Arial">Please contact your interlibrary loan office (937-229-4284) or e-mail <a href="mailto:[email protected]"> [email protected] </a>.</font>
</tr>
</table>
</body>
</html>