-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit a70ab9c
Showing
4 changed files
with
665 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |