mirror of
https://github.com/casjaysdevdocker/squidguard
synced 2025-01-18 12:34:24 -05:00
➕ Added: data/htdocs/www/error/ ➕
This commit is contained in:
parent
1f7f24670d
commit
5df3bdd0c2
72
data/htdocs/www/error/403.html
Normal file
72
data/htdocs/www/error/403.html
Normal file
@ -0,0 +1,72 @@
|
|||||||
|
<!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>404 Not Found</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=server+error+403"
|
||||||
|
target="_blank"
|
||||||
|
>403 Unauthorized</a
|
||||||
|
>
|
||||||
|
</h1>
|
||||||
|
<p class="lead">
|
||||||
|
You appear to not have the permission to access this!
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<img
|
||||||
|
alt="error"
|
||||||
|
src="./images/404.gif"
|
||||||
|
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>
|
73
data/htdocs/www/error/404.html
Normal file
73
data/htdocs/www/error/404.html
Normal file
@ -0,0 +1,73 @@
|
|||||||
|
<!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>404 Not Found</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=server+error+404"
|
||||||
|
target="_blank"
|
||||||
|
>404 Not Found</a
|
||||||
|
>
|
||||||
|
</h1>
|
||||||
|
<p class="lead">
|
||||||
|
We apologize but we can't seem to be able to find what you're looking
|
||||||
|
for!
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<img
|
||||||
|
alt="error"
|
||||||
|
src="./images/404.gif"
|
||||||
|
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>
|
70
data/htdocs/www/error/500.html
Normal file
70
data/htdocs/www/error/500.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>404 Not Found</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=server+error+500"
|
||||||
|
target="_blank"
|
||||||
|
>500 Server Error</a
|
||||||
|
>
|
||||||
|
</h1>
|
||||||
|
<p class="lead">Well it seems the server has messed up!</p>
|
||||||
|
|
||||||
|
<img
|
||||||
|
alt="error"
|
||||||
|
src="./images/404.gif"
|
||||||
|
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