1<!doctype html>
2<html>
3<head>
4  <meta charset="utf-8">
5  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6  <meta name="description" content="">
7  <meta name="viewport" content="width=device-width">
8
9  <title>PNaCl Demos</title>
10
11  <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300">
12  <link href="/static/styles/style.css" rel="stylesheet">
13</head>
14<body>
15  <nav>
16    <h1>PNaCl Demos</h1>
17    <ul></ul>
18  </nav>
19
20  <section>
21  </section>
22
23  <div id="not-chrome" class="error" hidden>
24    <div class="message">
25      <h1>Sorry!</h1>
26      <img src="/static/styles/robot.png">
27      <p>Sorry, these demos require desktop Chrome.</p>
28      <p>
29        Take a look at <a href="http://trypepperjs.appspot.com/">pepper.js</a>
30        instead!
31      </p>
32    </div>
33  </div>
34
35  <div id="old-chrome" class="error" hidden>
36    <div class="message">
37      <h1>Whoa, hold on!</h1>
38      <img src="/static/styles/wrench.png">
39      <p>
40        PNaCl is only available on Chrome 31 or greater.
41      </p>
42      <p>
43        If you'd like to play with these stunning demos, you can <a
44          href="https://support.google.com/chrome/answer/95414?hl=en">update
45          Chrome</a>.
46      </p>
47    </div>
48  </div>
49</body>
50<script src="/static/frame.js"></script>
51</html>
52