OLD | NEW |
1 <!-- | 1 <!-- |
2 Copyright (c) 2013 The Chromium Authors. All rights reserved. | 2 Copyright (c) 2013 The Chromium Authors. All rights reserved. |
3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
4 found in the LICENSE file. | 4 found in the LICENSE file. |
5 --> | 5 --> |
6 <!DOCTYPE html> | 6 <!DOCTYPE html> |
7 <html> | 7 <html> |
8 <head> | 8 <head> |
9 <title>Native Client SDK</title> | 9 <title>Native Client SDK</title> |
10 <link href="index.css" rel="stylesheet" type="text/css"> | 10 <link href="index.css" rel="stylesheet" type="text/css"> |
(...skipping 25 matching lines...) Expand all Loading... |
36 <div class="iframe-wrapper"> | 36 <div class="iframe-wrapper"> |
37 <iframe scrolling="no"> | 37 <iframe scrolling="no"> |
38 </iframe> | 38 </iframe> |
39 </div> | 39 </div> |
40 <div class="right-border"></div> | 40 <div class="right-border"></div> |
41 </div> | 41 </div> |
42 <div class="footer"></div> | 42 <div class="footer"></div> |
43 </div> | 43 </div> |
44 </body> | 44 </body> |
45 </html> | 45 </html> |
OLD | NEW |