mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
use tags for styles and js instead of inline them
This commit is contained in:
parent
6f628f6d7a
commit
477ec0dac0
1 changed files with 2 additions and 6 deletions
8
src/index.html
Executable file → Normal file
8
src/index.html
Executable file → Normal file
|
|
@ -6,16 +6,12 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="/images/favicon-96.png">
|
||||
<title>Stremio - All you can watch!</title>
|
||||
<style>
|
||||
<%= compilation.assets['main.css'].source() %>
|
||||
</style>
|
||||
<%= htmlWebpackPlugin.tags.headTags %>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="text/javascript">
|
||||
<%= compilation.assets['main.js'].source() %>
|
||||
</script>
|
||||
<%= htmlWebpackPlugin.tags.bodyTags %>
|
||||
<script src="//www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1"></script>
|
||||
</body>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue