Chromium Code Reviews| Index: native_client_sdk/src/examples/demo/life/index.html |
| diff --git a/native_client_sdk/src/libraries/nacl_io_test/index.html b/native_client_sdk/src/examples/demo/life/index.html |
| similarity index 86% |
| copy from native_client_sdk/src/libraries/nacl_io_test/index.html |
| copy to native_client_sdk/src/examples/demo/life/index.html |
| index 424f557e137e05748330ecdd67a61bff3d34fe71..a6cb509c3981786c92582b4c9e6951c11e7a0b3f 100644 |
| --- a/native_client_sdk/src/libraries/nacl_io_test/index.html |
| +++ b/native_client_sdk/src/examples/demo/life/index.html |
| @@ -12,12 +12,14 @@ found in the LICENSE file. |
| <script type="text/javascript" src="common.js"></script> |
| <script type="text/javascript" src="example.js"></script> |
| </head> |
| -<body {{attrs}}> |
| +<body data-width="640" data-height="640" {{attrs}}> |
| <h1>{{title}}</h1> |
| <h2>Status: <code id="statusField">NO-STATUS</code></h2> |
| + <p> |
| + </p> |
| <!-- The NaCl plugin will be embedded inside the element with id "listener". |
| See common.js.--> |
| <div id="listener"></div> |
| - <pre id="log"></pre> |
| + <input type="text" size="15" id="pi"> |
|
binji
2013/05/23 18:06:49
remove
noelallen1
2013/05/23 22:01:24
Done.
|
| </body> |
| </html> |