summaryrefslogtreecommitdiffstats
path: root/ppapi/examples/audio_input/audio_input.html
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/examples/audio_input/audio_input.html')
-rw-r--r--ppapi/examples/audio_input/audio_input.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/ppapi/examples/audio_input/audio_input.html b/ppapi/examples/audio_input/audio_input.html
new file mode 100644
index 0000000..bfa91cd
--- /dev/null
+++ b/ppapi/examples/audio_input/audio_input.html
@@ -0,0 +1,18 @@
+<!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>Audio Input Example</title>
+</head>
+
+<body>
+
+<embed id="plugin" type="application/x-ppapi-example-audio-input"
+ width="800" height="400"/>
+
+</body>
+</html>