Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
chinxcode committed Sep 9, 2024
0 parents commit a70ab9c
Show file tree
Hide file tree
Showing 4 changed files with 665 additions and 0 deletions.
642 changes: 642 additions & 0 deletions assets/index-C1YKXClg.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-s4pI0_vQ.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!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>

<!-- 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" />
<meta name="author" content="chinxcode" />
<script type="module" crossorigin src="/assets/index-C1YKXClg.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-s4pI0_vQ.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a70ab9c

Please sign in to comment.