summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/examples/api/speechInput/basic/background.html
blob: 713f0c32bcf452d0a1043be1a923e3fa3399200b (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<html>
  <head>
    <title>Speech Input API Background Page</title>
  </head>
  <body>
    <script src="background.js"></script>
  </body>
</html>