mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
using valid meta tag in index.html
This commit is contained in:
parent
4bbc916f7b
commit
9ea3910ecd
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">
|
||||
<title>Stremio - All you can watch!</title>
|
||||
<style>
|
||||
<%= compilation.assets['styles.css'].source() %>
|
||||
|
|
|
|||
Loading…
Reference in a new issue