mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
24 lines
578 B
HTML
24 lines
578 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="/_errors/main.css"/>
|
|
<title>Error 403 - %{HOSTNAME}</title>
|
|
<style>
|
|
html{
|
|
background-color: #e74c3c;
|
|
}
|
|
|
|
body{
|
|
color: #fefefe;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="error-middle">
|
|
<h1>Error 403 - Forbidden</h1>
|
|
<p>The 403 (Forbidden) status code indicates that the server understood the request but refuses to authorize it. A server that wishes to make public why the request has been forbidden can describe that reason in the response payload (if any).</p>
|
|
</div>
|
|
</body>
|
|
</html>
|