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>