chromium/native_client_sdk/src/gonacl_appengine/static/index.html

<!doctype html>
<html>
<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  <meta name="description" content="">
  <meta name="viewport" content="width=device-width">
  <meta http-equiv="origin-trial" content="AnnZaSfBggcmPxgNMYPXgW7tVBy3HoIkgSysHge4o7QT7U/n3Sr89HvKuJwNtPxgZ9Z/cs6TzbUy6F+glrMQngIAAABZeyJvcmlnaW4iOiJodHRwczovL2dvbmF0aXZlY2xpZW50LmFwcHNwb3QuY29tOjQ0MyIsImZlYXR1cmUiOiJQTmFDbCIsImV4cGlyeSI6MTU3NTQxNzU5OX0=">
  <title>PNaCl Demos</title>

  <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300,700">
  <link href="/static/css/out/site.css" rel="stylesheet">
</head>
<body>
  <nav>
    <h1>PNaCl Demos</h1>
    <ul></ul>
  </nav>

  <section>
  </section>

  <div id="not-chrome" class="error" hidden>
    <div class="message">
      <h1>Sorry!</h1>
      <img src="/static/css/out/robot.png">
      <p>Sorry, these demos require desktop Chrome.</p>
      <p>
        Take a look at <a href="http://trypepperjs.appspot.com/">pepper.js</a>
        instead!
      </p>
    </div>
  </div>

  <div id="old-chrome" class="error" hidden>
    <div class="message">
      <h1>Whoa, hold on!</h1>
      <img src="/static/css/out/wrench.png">
      <p>
        PNaCl is only available on Chrome 31 or greater.
      </p>
      <p>
        If you'd like to play with these stunning demos, you can <a
          href="https://support.google.com/chrome/answer/95414?hl=en">update
          Chrome</a>.
      </p>
    </div>
  </div>
</body>
<script src="/static/frame.js"></script>
</html>