mirror of
https://github.com/casjaysdevdocker/squidguard
synced 2025-01-18 00:34:24 -05:00
➕ Added: data/htdocs/www/blocked.html ➕
This commit is contained in:
parent
a2e3ee0587
commit
ae744bce9f
70
data/htdocs/www/blocked.html
Normal file
70
data/htdocs/www/blocked.html
Normal file
@ -0,0 +1,70 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="generator" content="CasjaysDev" />
|
||||
<meta name="robots" content="index, follow" />
|
||||
<meta name="description" content="" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0"
|
||||
/>
|
||||
|
||||
<meta property="og:title" content="" />
|
||||
<meta property="og:type" content="" />
|
||||
<meta property="og:url" content="" />
|
||||
<meta property="og:image" content="" />
|
||||
|
||||
<meta name="theme-color" content="#fafafa" />
|
||||
<link rel="manifest" href="/site.webmanifest" />
|
||||
|
||||
<link rel="icon" sizes="any" href="/images/favicon.ico" />
|
||||
<link rel="icon" type="image/svg+xml" href="/images/icon.svg" />
|
||||
<link rel="apple-touch-icon" href="/images/icon.png" />
|
||||
|
||||
<link rel="stylesheet" href="/css/index.css" />
|
||||
<link rel="stylesheet" href="/css/errorpages.css" />
|
||||
|
||||
<script src="/js/errorpages/isup.js" defer></script>
|
||||
<script src="/js/errorpages/homepage.js" defer></script>
|
||||
<script src="/js/errorpages/loaddomain.js" defer></script>
|
||||
<script src="/js/jquery/default.js"></script>
|
||||
<script src="/js/passprotect.min.js" defer></script>
|
||||
<script src="/js/bootstrap.min.js" defer></script>
|
||||
<script src="/js/app.js" defer></script>
|
||||
|
||||
<title>Blocked</title>
|
||||
</head>
|
||||
|
||||
<body onload="javascript:loadDomain();">
|
||||
<!-- Error Page Content -->
|
||||
<div class="container vh-100">
|
||||
<div class="jumbotron">
|
||||
<h1>
|
||||
<i class="fa fa-frown-o red"></i>
|
||||
<a
|
||||
href="https://www.google.com/search?q=squid+proxy+admin"
|
||||
target="_blank"
|
||||
>Blocked</a
|
||||
>
|
||||
</h1>
|
||||
<p class="lead">Sorry but the proxy has blocked access!</p>
|
||||
|
||||
<img
|
||||
alt="error"
|
||||
src="/images/blocked.png"
|
||||
height="350"
|
||||
width="auto"
|
||||
/><br />
|
||||
</div>
|
||||
|
||||
<a
|
||||
onclick="javascript:homepage();"
|
||||
class="btn btn-secondary btn-outline-danger btn-lg btn-block"
|
||||
><span id="display-domain"></span
|
||||
></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user