Created
October 8, 2014 20:00
-
-
Save kanazux/9f0d308dd93348bd15c5 to your computer and use it in GitHub Desktop.
erros page squid custom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
<HTML> | |
<HEAD> | |
<TITLE>ERROR: Access Denied</TITLE> | |
<style type="text/css"> | |
BODY { | |
background: white; | |
} | |
#titles { | |
background: white url("http://127.0.0.1/themes/images/logo.png"); | |
background-repeat: no-repeat; | |
background-position: top center; | |
position: 2%; | |
} | |
</style> | |
</HEAD> | |
<BODY> | |
<br/> | |
<center> | |
<hr> | |
<div style='padding: 20px; background: white'> | |
<div id='titles'> | |
<br/><br/> | |
<p>Foram encontrados erros enquanto tentava acessar a URL: <a href="%U">%U</a></p> | |
<p>Erro encontrado: <b>Proibido o Acesso.</b></p> | |
<p>A URL requisitada foi bloqueada pelo AlvoLivre® WebFilter. Favor entrar em contato com o administrador do PROXY caso esse acesso deva ser liberado.</p> | |
<p>Entre em contato com o administrador do PROXY: <a href="mailto:%w%W">%w</a>.</p> <br> | |
<p>Gerado em %T por (AlvoLivre®) </p> | |
</div> | |
</div> | |
</center> | |
<hr> | |
</BODY> | |
</HTML> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment