OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <!-- | 3 <!-- |
4 Copyright (c) 2012 The Chromium Authors. All rights reserved. | 4 Copyright (c) 2012 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 http-equiv="Pragma" content="no-cache"> | 9 <meta http-equiv="Pragma" content="no-cache"> |
10 <meta http-equiv="Expires" content="-1"> | 10 <meta http-equiv="Expires" content="-1"> |
(...skipping 13 matching lines...) Expand all Loading... |
24 <p>In main, we write to both STDOUT and STDERR, printing a hello world | 24 <p>In main, we write to both STDOUT and STDERR, printing a hello world |
25 message.</p> | 25 message.</p> |
26 | 26 |
27 <!-- The NaCl plugin will be embedded inside the element with id "listener". | 27 <!-- The NaCl plugin will be embedded inside the element with id "listener". |
28 See common.js.--> | 28 See common.js.--> |
29 <h2>Output:</h2> | 29 <h2>Output:</h2> |
30 <pre id="log" style="font-weight:bold"></pre> | 30 <pre id="log" style="font-weight:bold"></pre> |
31 <div id="listener"></div> | 31 <div id="listener"></div> |
32 </body> | 32 </body> |
33 </html> | 33 </html> |
OLD | NEW |