mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
48 lines
1.3 KiB
HTML
48 lines
1.3 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html><head>
|
|
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>ERROR: The requested URL could not be retrieved</title>
|
|
<!--EMBED:start-->
|
|
<!-- leave this block as is, our parser will convert links to inline content -->
|
|
<link rel="stylesheet" type="text/css" href="errorpage.css">
|
|
<!--EMBED:end -->
|
|
<style type="text/css"><!--
|
|
%l
|
|
|
|
body
|
|
:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
|
|
:lang(he) { direction: rtl; }
|
|
--></style>
|
|
</head><body id=%c>
|
|
<div id="titles">
|
|
<h1>ERROR</h1>
|
|
<h2>The requested URL could not be retrieved</h2>
|
|
</div>
|
|
<hr>
|
|
|
|
<div id="content">
|
|
<p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
|
|
|
|
<blockquote id="error">
|
|
<p><b>ESI Processing failed.</b></p>
|
|
</blockquote>
|
|
|
|
<p>The ESI processor returned:</p>
|
|
<blockquote id="data">
|
|
<pre>%Z</pre>
|
|
</blockquote>
|
|
|
|
<p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>
|
|
|
|
<p>Your webmaster is <a href="mailto:%w">%w</a>.</p>
|
|
<br>
|
|
</div>
|
|
|
|
<hr>
|
|
<div id="footer">
|
|
<p>Generated %T by %h (%s)</p>
|
|
<!-- %c -->
|
|
</div>
|
|
</body></html>
|