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