<html>
 <head>
  <!--This is served by the web server without any connection to HTML/OS-->
  <title>404 Not Found</title>
  <style>
   body   {background-color: #eeeeee;font:14px/20px 'Helvetica', Arial, sans-serif;}
   img    {padding: 18px 15px 200px 10px;}
   .container {background-color:#ffffff; margin: 50px; -moz-border-radius:6px;border-radius:6px;-webkit-border-radius:6px; padding: 10px 10px 10px 10px;}
  </style>
 </head>
 <body>
  <div class="container">
   <img src="/apps/route/images/route_resource48x48.png" width="48" height="48" border"0" style="float:left">
   <h1>Not Found</h1>
   <p>The requested path was not found on this server.</p>
   <address>Routing FrameWork for HTML/OS (no session)</address>
  </div>
 </body>
</html>