mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
32 lines
No EOL
882 B
HTML
Executable file
32 lines
No EOL
882 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>
|
|
window.fbAsyncInit = function() {
|
|
FB.init({
|
|
appId : '1537119779906825',
|
|
autoLogAppEvents : false,
|
|
xfbml : false,
|
|
version : 'v2.5'
|
|
});
|
|
};
|
|
</script>
|
|
<script async defer src="https://connect.facebook.net/en_US/sdk.js"></script>
|
|
<script type="text/javascript">
|
|
<%= compilation.assets['main.js'].source() %>
|
|
</script>
|
|
</body>
|
|
|
|
</html> |