<html>
<head>
<title>Internal Server Error! Error 500</title>
<style>
body {
font-family: Arial, Verdana;
}
h1 {
font-size: 2em;
color: #500;
}
</style>
</head>
<body>
<h1>Internal Server Error! Error 500</h1>
<p>Sorry, something went wrong with this page...</p>
<a href="/">Go to home page</a>
</body>
</html>
<!-- Your custom Error page must have minimum 512 bytes, otherwise some browser like Chrome will ignore it ----------------------------------------------------------------------->