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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
253 <input type="text" id="pipe_input_box"></p> | 253 <input type="text" id="pipe_input_box"></p> |
254 <p>Any output from the pipe will be printed below: <textarea id="pipe_output">
</textarea></p> | 254 <p>Any output from the pipe will be printed below: <textarea id="pipe_output">
</textarea></p> |
255 <hr> | 255 <hr> |
256 <p><b>Log:</b></p> | 256 <p><b>Log:</b></p> |
257 <pre id="log" style="font-weight: bold"></pre> | 257 <pre id="log" style="font-weight: bold"></pre> |
258 <!-- The NaCl plugin will be embedded inside the element with id "listener". | 258 <!-- The NaCl plugin will be embedded inside the element with id "listener". |
259 See common.js.--> | 259 See common.js.--> |
260 <div id="listener"></div> | 260 <div id="listener"></div> |
261 </body> | 261 </body> |
262 </html> | 262 </html> |
OLD | NEW |