mirror of
https://github.com/Viren070/tmdb-addon.git
synced 2025-12-01 23:18:11 +01:00
14 lines
638 B
HTML
14 lines
638 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<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>
|
|
<iframe src="https://tmdb-addon-config-page.vercel.app" sandbox="allow-scripts allow-same-origin"
|
|
allow="clipboard-read; clipboard-write"
|
|
style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;"></iframe>
|
|
</html> |