| Index: native_client_sdk/src/examples/hello_world_instance3d/index.html
|
| diff --git a/native_client_sdk/src/examples/hello_world_instance3d/index.html b/native_client_sdk/src/examples/hello_world_instance3d/index.html
|
| deleted file mode 100644
|
| index fa132dc7fd0c9d87a48722072880f59c7c444b7c..0000000000000000000000000000000000000000
|
| --- a/native_client_sdk/src/examples/hello_world_instance3d/index.html
|
| +++ /dev/null
|
| @@ -1,30 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<!--
|
| -Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| -Use of this source code is governed by a BSD-style license that can be
|
| -found in the LICENSE file.
|
| --->
|
| -<head>
|
| - <meta http-equiv="Pragma" content="no-cache">
|
| - <meta http-equiv="Expires" content="-1">
|
| - <title>{{title}}</title>
|
| - <script type="text/javascript" src="common.js"></script>
|
| -</head>
|
| -<body data-width="640" data-height="480" {{attrs}}>
|
| - <h1>{{title}}</h1>
|
| - <h2>Status: <code id="statusField">NO-STATUS</code></h2>
|
| - <p>
|
| - The Hello World instance3d example is similar to the Hello World GLES 2.0
|
| - example, but uses the ppapi_main and nacl_io libraries to simplify the code:
|
| - <ul>
|
| - <li>URL loading is handled by a synchronous read from an HTTP mount.</li>
|
| - <li>Instance creation is hidden; instead the functions ppapi_main and
|
| - PPAPIRender are used.</li>
|
| - </ul>
|
| - </p>
|
| - <!-- The NaCl plugin will be embedded inside the element with id "listener".
|
| - See common.js.-->
|
| - <div id="listener"></div>
|
| -</body>
|
| -</html>
|
|
|