chromium/ppapi/examples/gles2/gles2.html

<!DOCTYPE html>
<html>
<!--
Copyright 2012 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<head>
  <title>GLES2 Example</title>
</head>

<body>

<embed id="plugin" type="application/x-ppapi-example-gles2"
       width="640" height="480"/>

</body>
</html>