mirror of
https://github.com/Viren070/tmdb-addon.git
synced 2025-12-01 23:18:11 +01:00
16 lines
545 B
HTML
16 lines
545 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>
|
|
<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>
|