| <!DOCTYPE html> |
| <html> |
| <!-- |
| Copyright (c) 2013 The Chromium Authors. All rights reserved. |
| 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> |