CINXE.COM
<!DOCTYPE html> <html> <head> <title></title> <style> html { font-size: 100%; overflow-y: auto; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; font-size: 16px; line-height: 1.231; padding:0; } body, button, input, select, textarea { font-family: Arial, Helvetica, sans-serif; color: #333; } #msg {margin: 10px; text-align:center;} </style> </head> <body> <div id="msg"> Oops! It looks like something went really wrong. </div> </body> </html>