OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <!-- | 3 <!-- |
4 Copyright (c) 2013 The Chromium Authors. All rights reserved. | 4 Copyright (c) 2013 The Chromium Authors. All rights reserved. |
5 Use of this source code is governed by a BSD-style license that can be | 5 Use of this source code is governed by a BSD-style license that can be |
6 found in the LICENSE file. | 6 found in the LICENSE file. |
7 --> | 7 --> |
8 <head> | 8 <head> |
9 <meta charset="UTF-8"> | 9 <meta charset="UTF-8"> |
10 | 10 |
11 <title>PNaCl Demos</title> | 11 <title>PNaCl Demos</title> |
12 | 12 |
13 <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300
,700"> | 13 <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300
,700"> |
14 <link href="/static/styles/style.css" rel="stylesheet"> | 14 <link href="/static/css/out/site.css" rel="stylesheet"> |
15 | 15 |
16 </head> | 16 </head> |
17 | 17 |
18 <body class="demo"> | 18 <body class="demo"> |
19 | 19 |
20 <header> | 20 <header> |
21 <h1>PNaCl Demos</h1> | 21 <h1>PNaCl Demos</h1> |
22 | 22 |
23 </header> | 23 </header> |
24 | 24 |
25 <section> | 25 <section> |
26 <div class="intro"> | 26 <div class="intro"> |
27 <p> | 27 <p> |
28 Choose a demo from the list! | 28 Choose a demo from the list! |
29 </p> | 29 </p> |
30 </div> | 30 </div> |
31 | 31 |
32 </section> | 32 </section> |
33 | 33 |
34 </body> | 34 </body> |
35 </html> | 35 </html> |
OLD | NEW |