mirror of
https://github.com/Viren070/tmdb-addon.git
synced 2025-12-01 23:18:11 +01:00
19 lines
715 B
HTML
19 lines
715 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>The Movie Database Addon - Stremio Addon</title>
|
|
<meta name="description" content="Lovable Generated Project" />
|
|
<meta name="author" content="Lovable" />
|
|
<meta property="og:image" content="/og-image.png" />
|
|
<link rel="shortcut icon" href="https://github.com/mrcanelas/tmdb-addon/raw/main/images/favicon.png" type="image/x-icon" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
|
|
<script type="module" src="/configure/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|