OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | 5 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
6 <meta name="description" content=""> | 6 <meta name="description" content=""> |
7 <meta name="viewport" content="width=device-width"> | 7 <meta name="viewport" content="width=device-width"> |
8 | 8 |
9 <title>PNaCl Demos</title> | 9 <title>PNaCl Demos</title> |
10 | 10 |
11 <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300"> | 11 <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300,7
00"> |
12 <link href="/static/styles/style.css" rel="stylesheet"> | 12 <link href="/static/css/out/site.css" rel="stylesheet"> |
13 </head> | 13 </head> |
14 <body> | 14 <body> |
15 <nav> | 15 <nav> |
16 <h1>PNaCl Demos</h1> | 16 <h1>PNaCl Demos</h1> |
17 <ul></ul> | 17 <ul></ul> |
18 </nav> | 18 </nav> |
19 | 19 |
20 <section> | 20 <section> |
21 </section> | 21 </section> |
22 | 22 |
(...skipping 19 matching lines...) Expand all Loading... |
42 <p> | 42 <p> |
43 If you'd like to play with these stunning demos, you can <a | 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 | 44 href="https://support.google.com/chrome/answer/95414?hl=en">update |
45 Chrome</a>. | 45 Chrome</a>. |
46 </p> | 46 </p> |
47 </div> | 47 </div> |
48 </div> | 48 </div> |
49 </body> | 49 </body> |
50 <script src="/static/frame.js"></script> | 50 <script src="/static/frame.js"></script> |
51 </html> | 51 </html> |
OLD | NEW |