Skip to content

Instantly share code, notes, and snippets.

@datznoah
Created December 8, 2019 15:32
Show Gist options
  • Save datznoah/dd8758da2af4a98760f066ba724d029b to your computer and use it in GitHub Desktop.
Save datznoah/dd8758da2af4a98760f066ba724d029b to your computer and use it in GitHub Desktop.
Generic Error Pages (built for cpanel)
<!DOCTYPE html>
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="https://stackpath.bootstrapcdn.com/bootswatch/4.4.1/cosmo/bootstrap.min.css" rel="stylesheet" integrity="sha384-qdQEsAI45WFCO5QwXBelBe1rR9Nwiss4rGEqiszC+9olH1ScrLrMQr1KmDR964uZ" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css">
</head>
<body>
<div style="margin:50px">
<center><h1><b><i class="la la-key"></i> Authorization is required.</b></h1><br>Access to <code><!--#echo var="REQUEST_URI" --></code> is restricted, and access to this file/directory has been denied. To gain access, provide authorization details in your request.<br>(Error 401)<br><br><a href="https://rely.host"><button class="btn btn-primary"><i class="la la-home"></i> Go Home</button></a></center>
</div>
</body>
<!DOCTYPE html>
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="https://stackpath.bootstrapcdn.com/bootswatch/4.4.1/cosmo/bootstrap.min.css" rel="stylesheet" integrity="sha384-qdQEsAI45WFCO5QwXBelBe1rR9Nwiss4rGEqiszC+9olH1ScrLrMQr1KmDR964uZ" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css">
</head>
<body>
<div style="margin:50px">
<center><h1><b><i class="la la-scroll"></i> You're not supposed to be here.</b></h1><br>Access to <code><!--#echo var="REQUEST_URI" --></code> is restricted, and access to this file/directory has been denied.<br>(Error 403)<br><br><a href="https://rely.host"><button class="btn btn-primary"><i class="la la-home"></i> Go Home</button></a></center>
</div>
</body>
<!DOCTYPE html>
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="https://stackpath.bootstrapcdn.com/bootswatch/4.4.1/cosmo/bootstrap.min.css" rel="stylesheet" integrity="sha384-qdQEsAI45WFCO5QwXBelBe1rR9Nwiss4rGEqiszC+9olH1ScrLrMQr1KmDR964uZ" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css">
</head>
<body>
<div style="margin:50px">
<center><h1><b><i class="la la-exclamation-triangle"></i> I don't think this is what you wanted.</b></h1><br>A 404 error was encountered when locating <code><!--#echo var="REQUEST_URI" --></code> on this server.<br><br><a href="https://rely.host"><button class="btn btn-primary"><i class="la la-home"></i> Go Home</button></a></center>
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment