Edit file File name : 503.shtml Content :<html> <head> <style type="text/css"> body { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; } h1 { font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:22px; font-weight:bold; color:#2b3e42; } h2 { font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:18px; font-weight:normal; color:#000000; } h2.ip { font-size: 42px; margin: 2px 0px 0px 0px;} h3 { font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:20px; font-weight:normal; color:#26383b; } div.main { text-align: center; width: 450px; margin: 40px auto 0px auto; } div.message { width: 450px; text-align: center; margin: 10px auto 10px auto; border: 2px solid #E9ECEC; padding: 8px; } div.host { width: 200px; text-align: center; margin: 10px auto 10px auto; border: 1px solid #66CC00; padding: 8px; } div.links { margin-top: 20px; } </style> <title>503 Error</title> </head> <body> <div class="main"> <br /> <br /> <div class="message"> <div class="host"> <p> <strong> 503 Error <br> Resource limit exceeded </strong> </p> </div> <p> <strong> If you are seeing this page, your site is exceeding the allowed resources on the server. </strong> </p> </div> <br /> </div> </body> </html> Save