Files
tmdb-addon/configure/public/streaming/index.html
T
2025-02-01 14:09:00 -03:00

26 lines
784 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<link rel="icon" type="image/svg+xml" href="/vite.svg"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Streaming Catalogs</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-S47YFG3SDZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-S47YFG3SDZ');
</script>
<script type="module" crossorigin src="/assets/index.0f7d9069.js"></script>
<link rel="stylesheet" href="/assets/index.79bc1b06.css">
</head>
<body>
<div id="app"></div>
</body>
</html>