| 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 85%
|
| 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..626f532b5bafbd6c8c2f84e39f1f4dea1f633c3e 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io_test/index.html
|
| +++ b/native_client_sdk/src/examples/demo/life/index.html
|
| @@ -10,14 +10,14 @@ found in the LICENSE file.
|
| <meta http-equiv="Expires" content="-1">
|
| <title>{{title}}</title>
|
| <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>
|
| </body>
|
| </html>
|
|
|