fix(ott-1538): fix title and meta tags (#455)

keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Serg 4 years ago committed by GitHub
parent 06eac34d12
commit ca155c4a9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      public/index.html

@ -11,6 +11,9 @@
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
@ -18,7 +21,7 @@
rel="stylesheet"
/>
<script src="https://js.stripe.com/v3" async></script>
<title>Instat TV</title>
<title>InStat TV - The Home of Sports Streaming</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>

Loading…
Cancel
Save