Html程序  |  30行  |  637 B

<!DOCTYPE html>

<html>
  <head>
    <title>rebaseline_server</title>
  </head>

  <body>
    Here are links to the result pages:
    <ul>
      <li>
        <a href="/static/view.html#/view.html?resultsToLoad=failures">
          failures only
        </a>
        (loads faster)
      </li>
      <li>
        <a href="/static/view.html#/view.html?resultsToLoad=all">
          all results
        </a>
        (includes successful test results)
      </li>
    </ul>
    Instructions, roadmap, etc. are at
    <a href="http://tinyurl.com/SkiaRebaselineServer">
      http://tinyurl.com/SkiaRebaselineServer
    </a>
  </body>
</html>