-
Notifications
You must be signed in to change notification settings - Fork 0
/
cookie.htm
47 lines (36 loc) · 1.81 KB
/
cookie.htm
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Cookie Required</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="public/main.css" media="screen" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<!--<div id="libbanner" ><a href="https://library.depaul.edu/"><img src="/public/libheader_full.jpg" alt="DePaul University Libraries" width="756" height="60" border="0" /></a></div>
-->
<!--start header -->
<div class="head">
<div class="unit size5of5 dpu-logo">
<a class="unit logo-short" href="https://www.depaul.edu/Pages/default.aspx"></a>
<a class="unit h1 site-title-long" href="https://library.depaul.edu/">University Library</a>
</div>
</div>
<div style="margin:15px;">
<h1>DePaul University Libraries: EZproxy Enable Cookies</h1>
<br />
<P>In order to effectively use EZproxy, you should set your browser options to enable cookies. Consult your browser's "Help" menu to find out how to change your cookie settings.</p>
<p>Some library databases may also use cookies. Your ability to use those databases may depend on whether or not you allow those cookies to be set.</p>
<p>To login again, click <a href="login.htm">here</a>.
<br />
<br />
</div>
<div id="footer" > Administrative Offices<br />
2350 N. Kenmore Ave.<br />
Chicago, IL 60614<br />
(773) 325-7862 <br /><br />
© 2001-2018 DePaul University Libraries <br />
<a href="https://www.depaul.edu/Pages/disclaimer.aspx">Disclaimer</a> | <a href="https://www.depaul.edu/Pages/contact-us.aspx">Contact Us</a> | <a href="https://emergencyplan.depaul.edu/Pages/default.aspx">Emergency Plan</a> | <a href="https://www.depaul.edu/Pages/consumer-info.aspx">Consumer Information</a> | <a href="https://go.depaul.edu/privacy">Privacy Statement</a>
</div>
</body>
</html>