streamflow/frontend/index.html

32 lines
1.4 KiB
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes, viewport-fit=cover" />
<meta name="description" content="StreamFlow - Premium IPTV Player with Live TV, Radio, Movies and Series" />
<meta name="theme-color" content="#a855f7" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="StreamFlow" />
<!-- PWA Manifest -->
<link rel="manifest" href="/manifest.json" />
<!-- Favicons -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/svg+xml" sizes="192x192" href="/icons/icon-192x192.svg" />
<link rel="icon" type="image/svg+xml" sizes="512x512" href="/icons/icon-512x512.svg" />
<link rel="apple-touch-icon" href="/icons/icon-192x192.svg" />
<title>StreamFlow - IPTV Player</title>
<!-- Google Cast SDK -->
<script type="text/javascript" src="https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1"></script>
</head>
<body>
<div id="root"></div>
<script src="/viewport-fix.js"></script>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>