-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alex Phelps
committed
Mar 22, 2015
1 parent
785814a
commit 19a99c0
Showing
15 changed files
with
1,329 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="403 Forbidden"> | ||
<meta name="author" content=""> | ||
<title>403 Forbidden</title> | ||
<!-- Bootstrap core CSS --> | ||
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> | ||
<style> | ||
/* Error Page Inline Styles */ | ||
body { | ||
padding-top: 20px; | ||
} | ||
/* Layout */ | ||
.jumbotron { | ||
font-size: 21px; | ||
font-weight: 200; | ||
line-height: 2.1428571435; | ||
color: inherit; | ||
padding: 10px 0px; | ||
} | ||
/* Everything but the jumbotron gets side spacing for mobile-first views */ | ||
.masthead, .body-content, { | ||
padding-left: 15px; | ||
padding-right: 15px; | ||
} | ||
/* Main marketing message and sign up button */ | ||
.jumbotron { | ||
text-align: center; | ||
background-color: transparent; | ||
} | ||
.jumbotron .btn { | ||
font-size: 21px; | ||
padding: 14px 24px; | ||
} | ||
/* Colors */ | ||
.green {color:#5cb85c;} | ||
.orange {color:#f0ad4e;} | ||
.red {color:#d9534f;} | ||
</style> | ||
<script type="text/javascript"> | ||
function loadDomain() { | ||
var display = document.getElementById("display-domain"); | ||
display.innerHTML = document.domain; | ||
} | ||
</script> | ||
</head> | ||
<body onload="javascript:loadDomain();"> | ||
<!-- Error Page Content --> | ||
<div class="container"> | ||
<div class="jumbotron"> | ||
<h1><i class="fa fa-ban red"></i> 403 Forbidden</h1> | ||
<p class="lead">Sorry! You don't have access permissions for that on <em><span id="display-domain"></span></em>.</p> | ||
<p><a onclick=javascript:checkSite(); class="btn btn-default btn-lg green">Take Me To The Homepage</a> | ||
<script type="text/javascript"> | ||
function checkSite(){ | ||
var currentSite = window.location.hostname; | ||
window.location = "http://" + currentSite; | ||
} | ||
</script> | ||
</p> | ||
</div> | ||
</div> | ||
<div class="container"> | ||
<div class="body-content"> | ||
<div class="row"> | ||
<div class="col-md-6"> | ||
<h2>What happened?</h2> | ||
<p class="lead">A 403 error status indicates that you don't have permission to access the file or page. In general, web servers and websites have directories and files that are not open to the public web for security reasons.</p> | ||
</div> | ||
<div class="col-md-6"> | ||
<h2>What can I do?</h2> | ||
<p class="lead">If you're a site vistor</p> | ||
<p>Please use your browsers back button and check that you're in the right place. If you need immediate assistance, please send us an email instead.</p> | ||
<p class="lead">If you're the site owner</p> | ||
<p>Please check that you're in the right place and get in touch with your website provider if you believe this to be an error.</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- End Error Page Content --> | ||
<!--Scripts--> | ||
<!-- jQuery library --> | ||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | ||
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> | ||
</body> | ||
</html> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="404 Not Found"> | ||
<meta name="author" content=""> | ||
<title>404 Not Found</title> | ||
<!-- Bootstrap core CSS --> | ||
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> | ||
<style> | ||
/* Error Page Inline Styles */ | ||
body { | ||
padding-top: 20px; | ||
} | ||
/* Layout */ | ||
.jumbotron { | ||
font-size: 21px; | ||
font-weight: 200; | ||
line-height: 2.1428571435; | ||
color: inherit; | ||
padding: 10px 0px; | ||
} | ||
/* Everything but the jumbotron gets side spacing for mobile-first views */ | ||
.masthead, .body-content, { | ||
padding-left: 15px; | ||
padding-right: 15px; | ||
} | ||
/* Main marketing message and sign up button */ | ||
.jumbotron { | ||
text-align: center; | ||
background-color: transparent; | ||
} | ||
.jumbotron .btn { | ||
font-size: 21px; | ||
padding: 14px 24px; | ||
} | ||
/* Colors */ | ||
.green {color:#5cb85c;} | ||
.orange {color:#f0ad4e;} | ||
.red {color:#d9534f;} | ||
</style> | ||
<script type="text/javascript"> | ||
function loadDomain() { | ||
var display = document.getElementById("display-domain"); | ||
display.innerHTML = document.domain; | ||
} | ||
</script> | ||
</head> | ||
<body onload="javascript:loadDomain();"> | ||
<!-- Error Page Content --> | ||
<div class="container"> | ||
<!-- Jumbotron --> | ||
<div class="jumbotron"> | ||
<h1><i class="fa fa-frown-o red"></i> 404 Not Found</h1> | ||
<p class="lead">We couldn't find what you're looking for on <em><span id="display-domain"></span></em>.</p> | ||
<p><a onclick=javascript:checkSite(); class="btn btn-default btn-lg"><span class="green">Take Me To The Homepage</span></a> | ||
<script type="text/javascript"> | ||
function checkSite(){ | ||
var currentSite = window.location.hostname; | ||
window.location = "http://" + currentSite; | ||
} | ||
</script> | ||
</p> | ||
</div> | ||
</div> | ||
<div class="container"> | ||
<div class="body-content"> | ||
<div class="row"> | ||
<div class="col-md-6"> | ||
<h2>What happened?</h2> | ||
<p class="lead">A 404 error status implies that the file or page that you're looking for could not be found.</p> | ||
</div> | ||
<div class="col-md-6"> | ||
<h2>What can I do?</h2> | ||
<p class="lead">If you're a site vistor</p> | ||
<p>Please use your browsers back button and check that you're in the right place. If you need immediate assistance, please send us an email instead.</p> | ||
<p class="lead">If you're the site owner</p> | ||
<p>Please check that you're in the right place and get in touch with your website provider if you believe this to be an error.</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- End Error Page Content --> | ||
<!--Scripts--> | ||
<!-- jQuery library --> | ||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | ||
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> | ||
</body> | ||
</html> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="500 Internal Server Error"> | ||
<meta name="author" content=""> | ||
<title>500 Internal Server Error</title> | ||
<!-- Bootstrap core CSS --> | ||
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> | ||
<style> | ||
/* Error Page Inline Styles */ | ||
body { | ||
padding-top: 20px; | ||
} | ||
/* Layout */ | ||
.jumbotron { | ||
font-size: 21px; | ||
font-weight: 200; | ||
line-height: 2.1428571435; | ||
color: inherit; | ||
padding: 10px 0px; | ||
} | ||
/* Everything but the jumbotron gets side spacing for mobile-first views */ | ||
.masthead, .body-content, { | ||
padding-left: 15px; | ||
padding-right: 15px; | ||
} | ||
/* Main marketing message and sign up button */ | ||
.jumbotron { | ||
text-align: center; | ||
background-color: transparent; | ||
} | ||
.jumbotron .btn { | ||
font-size: 21px; | ||
padding: 14px 24px; | ||
} | ||
/* Colors */ | ||
.green {color:#5cb85c;} | ||
.orange {color:#f0ad4e;} | ||
.red {color:#d9534f;} | ||
</style> | ||
<script type="text/javascript"> | ||
function loadDomain() { | ||
var display = document.getElementById("display-domain"); | ||
display.innerHTML = document.domain; | ||
} | ||
</script> | ||
</head> | ||
<body onload="javascript:loadDomain();"> | ||
<!-- Error Page Content --> | ||
<div class="container"> | ||
<!-- Jumbotron --> | ||
<div class="jumbotron"> | ||
<h1><span class="glyphicon glyphicon-fire red"></span> 500 Internal Server Error</h1> | ||
<p class="lead">The web server is returning an internal error for <em><span id="display-domain"></span></em>.</p> | ||
<a href="javascript:document.location.reload(true);" class="btn btn-default btn-lg text-center"><span class="green">Try This Page Again</span></a> | ||
</div> | ||
</div> | ||
<div class="container"> | ||
<div class="body-content"> | ||
<div class="row"> | ||
<div class="col-md-6"> | ||
<h2>What happened?</h2> | ||
<p class="lead">A 500 error status implies there is a problem with the web server's software causing it to malfunction.</p> | ||
</div> | ||
<div class="col-md-6"> | ||
<h2>What can I do?</h2> | ||
<p class="lead">If you're a site vistor</p> | ||
<p> Nothing you can do at the moment. If you need immediate assistance, please send us an email instead. We apologize for any inconvenience.</p> | ||
<p class="lead">If you're the site owner</p> | ||
<p>This error can only be fixed by server admins, please contact your website provider.</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- End Error Page Content --> | ||
<!--Scripts--> | ||
<!-- jQuery library --> | ||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | ||
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> | ||
</body> | ||
</html> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="502 Bad Gateway"> | ||
<meta name="author" content=""> | ||
<title>502 Bad Gateway</title> | ||
<!-- Bootstrap core CSS --> | ||
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> | ||
<style> | ||
/* Error Page Inline Styles */ | ||
body { | ||
padding-top: 20px; | ||
} | ||
/* Layout */ | ||
.jumbotron { | ||
font-size: 21px; | ||
font-weight: 200; | ||
line-height: 2.1428571435; | ||
color: inherit; | ||
padding: 10px 0px; | ||
} | ||
/* Everything but the jumbotron gets side spacing for mobile-first views */ | ||
.masthead, .body-content, { | ||
padding-left: 15px; | ||
padding-right: 15px; | ||
} | ||
/* Main marketing message and sign up button */ | ||
.jumbotron { | ||
text-align: center; | ||
background-color: transparent; | ||
} | ||
.jumbotron .btn { | ||
font-size: 21px; | ||
padding: 14px 24px; | ||
} | ||
/* Colors */ | ||
.green {color:#5cb85c;} | ||
.orange {color:#f0ad4e;} | ||
.red {color:#d9534f;} | ||
</style> | ||
<script type="text/javascript"> | ||
function loadDomain() { | ||
var display = document.getElementById("display-domain"); | ||
display.innerHTML = document.domain; | ||
} | ||
</script> | ||
</head> | ||
<body onload="javascript:loadDomain();"> | ||
<!-- Error Page Content --> | ||
<div class="container"> | ||
<!-- Jumbotron --> | ||
<div class="jumbotron"> | ||
<h1><i class="fa fa-bolt orange"></i> 502 Bad Gateway</h1> | ||
<p class="lead">The web server is returning an unexpected networking error for <em><span id="display-domain"></span></em>.</p> | ||
<a href="javascript:document.location.reload(true);" class="btn btn-default btn-lg text-center"><span class="green">Try This Page Again</span></a> | ||
</div> | ||
</div> | ||
<div class="container"> | ||
<div class="body-content"> | ||
<div class="row"> | ||
<div class="col-md-6"> | ||
<h2>What happened?</h2> | ||
<p class="lead">A 502 error status implies that that the server received an invalid response from an upstream server it accessed to fulfil the request.</p> | ||
</div> | ||
<div class="col-md-6"> | ||
<h2>What can I do?</h2> | ||
<p class="lead">If you're a site vistor</p> | ||
<p><a onclick=javascript:checkSite();>Check to see if this website down for everyone or just you.</a> | ||
<script type="text/javascript"> | ||
function checkSite(){ | ||
var currentSite = window.location.hostname; | ||
window.location = "http://isup.me/" + currentSite; | ||
} | ||
</script></p> | ||
<p>Also, clearing your browser cache and refreshing the page may clear this issue. If the problem persissts and you need immediate assistance, please send us an email instead.</p> | ||
<p class="lead">If you're the site owner</p> | ||
<p>Clearing your browser cache and refreshing the page may clear this issue. If the problem persissts and you need immediate assistance, please contact your website provider.</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- End Error Page Content --> | ||
<!--Scripts--> | ||
<!-- jQuery library --> | ||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | ||
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.