-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
15 lines (15 loc) · 855 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image" href="/assets/images/icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AnimePalooza-Your Ultimate Destination for Anime, Movies, TV Shows, Drama, Manga, and More</title>
<meta name="description" content="Welcome to AnimePalooza, your ultimate destination for streaming the latest and greatest anime, movies, TV shows, dramas, manga, and more. Dive into a world of endless entertainment with our vast collection of anime content. Join us and start your anime journey today!" />
<meta name="google-site-verification" content="nY_fuIgEmH4QdqvfW3UOc6ZUiQ03FIxXBjfBWgJ8xh8" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>