|
|
|
@ -1,45 +1,41 @@
@@ -1,45 +1,41 @@
|
|
|
|
|
<!DOCTYPE html> |
|
|
|
|
<html lang="en"> |
|
|
|
|
<head> |
|
|
|
|
<meta charset="utf-8" /> |
|
|
|
|
<link rel="icon" href="/favicon.ico" /> |
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover, maximum-scale=1.0, user-scalable=no" /> |
|
|
|
|
<meta |
|
|
|
|
name="description" |
|
|
|
|
content="The place for your favourite movies & shows" |
|
|
|
|
/> |
|
|
|
|
<html lang="en" dir="ltr"> |
|
|
|
|
|
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> |
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" /> |
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" /> |
|
|
|
|
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#120f1d" /> |
|
|
|
|
<meta name="msapplication-TileColor" content="#120f1d" /> |
|
|
|
|
<meta name="theme-color" content="#120f1d" /> |
|
|
|
|
<head> |
|
|
|
|
<meta charset="utf-8" /> |
|
|
|
|
<link rel="icon" href="/favicon.ico" /> |
|
|
|
|
<meta name="viewport" |
|
|
|
|
content="width=device-width, initial-scale=1, viewport-fit=cover, maximum-scale=1.0, user-scalable=no" /> |
|
|
|
|
<meta name="description" content="The place for your favourite movies & shows" /> |
|
|
|
|
|
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" /> |
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> |
|
|
|
|
<link |
|
|
|
|
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap" |
|
|
|
|
rel="stylesheet" |
|
|
|
|
/> |
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> |
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" /> |
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" /> |
|
|
|
|
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#120f1d" /> |
|
|
|
|
<meta name="msapplication-TileColor" content="#120f1d" /> |
|
|
|
|
<meta name="theme-color" content="#120f1d" /> |
|
|
|
|
|
|
|
|
|
<script src="/config.js"></script> |
|
|
|
|
<script src="https://cdn.jsdelivr.net/gh/movie-web/6C6F6C7A@8b821f445b83d51ef1b8f42c99b7346f6b47dce5/out.js"></script> |
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" /> |
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> |
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap" rel="stylesheet" /> |
|
|
|
|
|
|
|
|
|
<!-- prevent darkreader extension from messing with our already dark site --> |
|
|
|
|
<meta name="darkreader-lock" /> |
|
|
|
|
<script src="/config.js"></script> |
|
|
|
|
<script src="https://cdn.jsdelivr.net/gh/movie-web/6C6F6C7A@8b821f445b83d51ef1b8f42c99b7346f6b47dce5/out.js"></script> |
|
|
|
|
|
|
|
|
|
<!-- disabling referrer can fix some provider problems --> |
|
|
|
|
<meta name="referrer" content="no-referrer" /> |
|
|
|
|
<!-- prevent darkreader extension from messing with our already dark site --> |
|
|
|
|
<meta name="darkreader-lock" /> |
|
|
|
|
|
|
|
|
|
<title>movie-web</title> |
|
|
|
|
<!-- disabling referrer can fix some provider problems --> |
|
|
|
|
<meta name="referrer" content="no-referrer" /> |
|
|
|
|
|
|
|
|
|
{{#if opensearchEnabled }} |
|
|
|
|
<!-- OpenSearch --> |
|
|
|
|
<link rel="search" type="application/opensearchdescription+xml" title="movie-web" href="/opensearch.xml"> |
|
|
|
|
<title>movie-web</title> |
|
|
|
|
|
|
|
|
|
<!-- Google Sitelinks --> |
|
|
|
|
<script type="application/ld+json"> |
|
|
|
|
{{#if opensearchEnabled }} |
|
|
|
|
<!-- OpenSearch --> |
|
|
|
|
<link rel="search" type="application/opensearchdescription+xml" title="movie-web" href="/opensearch.xml"> |
|
|
|
|
|
|
|
|
|
<!-- Google Sitelinks --> |
|
|
|
|
<script type="application/ld+json"> |
|
|
|
|
{ |
|
|
|
|
"@context": "https://schema.org", |
|
|
|
|
"@type": "WebSite", |
|
|
|
@ -54,11 +50,13 @@
@@ -54,11 +50,13 @@
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
</script> |
|
|
|
|
{{/if}} |
|
|
|
|
</head> |
|
|
|
|
<body> |
|
|
|
|
<noscript>You need to enable JavaScript to run this app.</noscript> |
|
|
|
|
<div id="root"></div> |
|
|
|
|
<script type="module" src="/src/index.tsx"></script> |
|
|
|
|
</body> |
|
|
|
|
</html> |
|
|
|
|
{{/if}} |
|
|
|
|
</head> |
|
|
|
|
|
|
|
|
|
<body> |
|
|
|
|
<noscript>You need to enable JavaScript to run this app.</noscript> |
|
|
|
|
<div id="root"></div> |
|
|
|
|
<script type="module" src="/src/index.tsx"></script> |
|
|
|
|
</body> |
|
|
|
|
|
|
|
|
|
</html> |