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

<!DOCTYPE html>
<html>
  <!--
  Copyright 2013 The Chromium Authors
  Use of this source code is governed by a BSD-style license that can be
  found in the LICENSE file.
  -->
  <head>
    <meta charset="UTF-8">

    <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 class="demo">

    <header>
      <h1>PNaCl Demos</h1>

    </header>

    <section>
      <div class="intro">
        <p>
          Choose a demo from the list!
        </p>
      </div>

    </section>

  </body>
</html>