summaryrefslogtreecommitdiffstats
path: root/chromium/ppapi/examples/gles2_spinning_cube/gles2_spinning_cube.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ppapi/examples/gles2_spinning_cube/gles2_spinning_cube.html')
-rw-r--r--chromium/ppapi/examples/gles2_spinning_cube/gles2_spinning_cube.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/chromium/ppapi/examples/gles2_spinning_cube/gles2_spinning_cube.html b/chromium/ppapi/examples/gles2_spinning_cube/gles2_spinning_cube.html
new file mode 100644
index 00000000000..73ee8ee4185
--- /dev/null
+++ b/chromium/ppapi/examples/gles2_spinning_cube/gles2_spinning_cube.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+ <!--
+ Copyright 2014 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>
+ <title>GLES2 Spinning Cube Example</title>
+</head>
+
+<body>
+
+<embed id="plugin" type="application/x-ppapi-example-gles2-spinning-cube"
+ width="800" height="600"/>
+
+</body>
+</html>