<!DOCTYPE html>
<html>
<head>
  <style type="text/css">
  body { text-align:center;font-family:helvetica,arial;font-size:22px;
    color:#888;margin:20px}
  #c {margin:0 auto;width:500px;text-align:left}
  </style>
</head>
<body>
  <h2>Sinatra doesn’t know this ditty.</h2>
  <img src='/__sinatra__/404.png'>
  <div id="c">
    Try this:
    <pre># in controller.rb
class CureAPI::Controller
  get &#39;/sitemap.xml&#39; do
    &quot;Hello World&quot;
  end
end
</pre>
  </div>
</body>
</html>
