mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
19 lines
No EOL
539 B
HTML
Executable file
19 lines
No EOL
539 B
HTML
Executable file
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1" />
|
|
<title>Stremio - All you can watch!</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="text/javascript">
|
|
<%= compilation.assets['bundle.js'].source() %>
|
|
</script>
|
|
<script type="text/javascript" src="qrc:///qtwebchannel/qwebchannel.js"></script>
|
|
<script type="text/javascript" src="qrc:///stremio-shell.js"></script>
|
|
</body>
|
|
|
|
</html> |