-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (22 loc) · 1.14 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/assets/pnga1.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Anime GoGo TV">
<meta name="description"
content="Anime GoGo TV is your ultimate destination for the latest anime and manga news, recent episodes, character and voice actor profiles, in-depth reviews, and staff information. Stay updated with all things anime!">
<meta property="og:description"
content="Explore the world of anime and manga with Anime GoGo TV. Get the latest news, watch recent episodes, read reviews, and discover detailed profiles of characters, voice actors, and staff.">
<meta property="og:image" content="https://raw.githubusercontent.com/Maxwell999b/Anime-Cards-Anime-GOGO-TV/main/src/assets/logo.png
">
<meta property="og:url" content="https://anime-cards-anime-gogo-tv.vercel.app/">
<meta property="og:type" content="website">
<title>Anime GOGO-TV</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>