summaryrefslogtreecommitdiffstats
path: root/ppapi/examples/gles2_spinning_cube/gles2_spinning_cube.html
blob: 73ee8ee4185c3074b55dc71b682d7b63407a1d4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>