<!DOCTYPE html> 
<html> 
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 
    <meta name="viewport" content="width=device-width" /> 
    <title>Error</title> 
</head> 
<body> 
    <hgroup> 
        <h1>Error.</h1> 
        <h2>An error occurred while processing the request.</h2> 
    </hgroup> 
</body> 
</html>
 
 |