]> git.ipfire.org Git - thirdparty/squid.git/blob - errors/templates/ERR_SHUTTING_DOWN
Merge from trunk
[thirdparty/squid.git] / errors / templates / ERR_SHUTTING_DOWN
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html><head>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4 <title>ERROR: The requested URL could not be retrieved</title>
5 <style type="text/css"><!--
6 %l
7
8 body
9 :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
10 :lang(he) { direction: rtl; float: right; }
11 --></style>
12 </head><body>
13 <div id="titles">
14 <h1>ERROR</h1>
15 <h2>The requested URL could not be retrieved</h2>
16 </div>
17 <hr>
18
19 <div id="content">
20 <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
21
22 <p>This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.</p>
23
24 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
25 <br>
26 </div>
27
28 <hr>
29 <div id="footer">
30 <p>Generated %T by %h (%s)</p>
31 <!-- %c -->
32 </div>
33 </body></html>