-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBlocked.html
25 lines (25 loc) · 972 Bytes
/
Blocked.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
<html>
<head>
<title>ILLiad Logon</title>
<link rel="stylesheet" type="text/css" href="css/main.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/print.css" media="print" />
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="css/ie6_or_less.css" />
<![endif]-->
</head>
<body id="type-a">
<div id="wrap">
<div id="header"> <span id="site-name">ILLiad</span>
<div id="status"><#STATUS></div>
</div>
<div id="content-wrap">
<div id="content">
Please contact Amanda Black, Coordinator of Access Services, Monday-Friday 9:00-5:00 at (937) 229-4284 to reinstate your service.
<div id="footer">
<p>Copyright © 2016 <a href="http://www.vtip.org">Virginia Tech Intellectual Properties, Inc.</a> All Rights Reserved. | Copyright © 1998, 1999, 2000 <a href="http://www.atlas-sys.com">Atlas Systems, Inc.</a> All Rights Reserved.</p>
</div>
</div>
</div>
</div>
</body>
</html>