CINXE.COM
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width" /> <title></title> <style type="text/css"> .error-container { font-size: 26px; } .error-container h2 { font-size: 20px; padding: 20px; } .error-container .error-detail { font-size: 12px; padding-left:20px; } </style> </head> <body> <div class="error-container"> <h2>Sorry, an error was encountered on this page. Please try again later.</h2> <div class="error-detail"> </div> </div> </body> </html>