You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
spa_instat_tv/public/index.html

31 lines
1.3 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="apple-touch-icon" type="image/png" href="%PUBLIC_URL%/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon-16x16.png" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1 user-scalable=0"
/>
<meta name="theme-color" content="#000000" />
<meta name="description" content="Live sports streaming platform. Football, basketball, ice hockey and more.
Access to various player playlists and game highlights. Multiple subscription options. Available across all devices."
/>
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap"
rel="stylesheet"
/>
<script src="https://js.stripe.com/v3" async></script>
<title>InStat TV - The Home of Sports Streaming</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="modal-root"></div>
<div id="root"></div>
</body>
</html>