-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (22 loc) · 1.08 KB
/
index.html
File metadata and controls
23 lines (22 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="logo.png" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ani-player: Your Ultimate Video Playback Experience</title>
<meta name="google-site-verification" content="8oBCVUQA3NnZBCFuNIIBnKJ4leLbHUKTwL7X9LXAA4E" />
<!-- SEO Meta Tags -->
<meta
name="description"
content="Ani-player is a versatile video player supporting multiple formats, with features like dark mode, responsive design, and HLS streaming."
/>
<meta name="keywords" content="video player, HLS, responsive, dark mode, React, stream, play online, video play, hls stream" />
<meta name="author" content="chinxcode" />
<script defer src="https://cloud.umami.is/script.js" data-website-id="a6fe9a7c-173e-4996-861c-4cd5ef0930e8"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>