mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
22 lines
No EOL
634 B
HTML
Executable file
22 lines
No EOL
634 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">
|
|
<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>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="text/javascript">
|
|
<%= compilation.assets['main.js'].source() %>
|
|
</script>
|
|
<script src="//www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1"></script>
|
|
</body>
|
|
|
|
</html> |