Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / ppapi / examples / gamepad / gamepad.html
blob6e400dde5f5ad3fd5756fd90dfded1952e31e968
1 <!DOCTYPE html>
2 <html>
3 <!--
4 Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file.
7 -->
8 <head>
9 <title>Gamepad Example</title>
10 </head>
11 <body>
12 <div>
13 <object id="plugin" type="application/x-ppapi-example-gamepad"
14 width="300" height="300" border="2px"></object>
15 </div>
16 </body>
17 </html>