chromium/ppapi/examples/gamepad/gamepad.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>Gamepad Example</title>
</head>
<body>
<div>
  <object id="plugin" type="application/x-ppapi-example-gamepad"
      width="300" height="300" border="2px"></object>
</div>
</body>
</html>