-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (20 loc) · 1.33 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/StreamSphere.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>StreamSphere - Next Generation Video Streaming Platform</title>
<meta name="description" content="StreamSphere is a cutting-edge video streaming platform built with React, Tailwind CSS, and Redux. Explore trending videos, live chats, music, gaming, and more!" />
<meta name="keywords" content="StreamSphere, video streaming, React, Tailwind CSS, Redux, YouTube API, live chat, infinite scrolling, video platform" />
<meta property="og:title" content="StreamSphere - Next Generation Video Streaming Platform" />
<meta property="og:description" content="Experience seamless video streaming with StreamSphere. Built with the latest tech like React, Tailwind CSS, and Redux, StreamSphere offers real-time chat, infinite scrolling, and more!" />
<meta property="og:image" content="/StreamSphere.svg" />
<meta property="og:url" content="http://www.stream-sphere.vercel.app" />
<meta name="twitter:card" content="summary_large_image" />
</head>
<body class="{{ app()->isLocal() ? 'debug-screens' : '' }}">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>