| Index: ppapi/examples/gamepad/gamepad.html
|
| diff --git a/ppapi/examples/gamepad/gamepad.html b/ppapi/examples/gamepad/gamepad.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5cfdf1d65dd9888e25cd5d9d8575dc58327b8cb6
|
| --- /dev/null
|
| +++ b/ppapi/examples/gamepad/gamepad.html
|
| @@ -0,0 +1,17 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <!--
|
| + Copyright (c) 2011 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>
|
|
|