]> git.localhorst.tv Git - gtbkgg-extension.git/blob - template.html
v0.0.1
[gtbkgg-extension.git] / template.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <meta charset="UTF-8" />
5     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6     <script src="https://extension-files.twitch.tv/helper/v1/twitch-ext.min.js"></script>
7     <title><%= htmlWebpackPlugin.options.title %></title>
8   </head>
9   <body>
10     <div id="root"></div>
11     <noscript>
12       You need to enable JavaScript to run this app.
13     </noscript>
14   </body>
15 </html>