UNPKG

create-broadcast-app

Version:

Create a NextGen TV broadcast app with one command

20 lines (18 loc) 696 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> <link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#000000" /> <meta name="description" content="Broadcast Application" /> <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> <title>Broadcast Application</title> </head> <body> <noscript>You need to enable JavaScript to run this app.</noscript> <div id="root"></div> </body> </html>