mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-21 14:22:11 +00:00
22 lines
No EOL
615 B
HTML
Executable file
22 lines
No EOL
615 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>
|
|
<style>
|
|
<%= compilation.assets['main.css'].source() %>
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="text/javascript">
|
|
<%= compilation.assets['main.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> |