This repository has been archived by the owner on Mar 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 91
/
Copy pathindex.html
98 lines (91 loc) · 4.44 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/x-icon" href="./favicon.ico" />
<title>AnimeDex - Watch High Quality Anime Online</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="title" content="AnimeDex - Watch High Quality Anime Online" />
<meta name="description"
content="AnimeDex - Watch High Quality Anime Online. You can watch anime online free in HD without Ads. Best place for free find and one-click anime." />
<meta name="keywords"
content="anime dex, animedex, watch anime online, free anime, anime stream, anime hd, english sub, kissanime, gogoanime, animeultima, 9anime, 123animes, animefreak, vidstreaming, gogo-stream, animekisa, zoro.to, gogoanime.run, animedex, animekisa" />
<meta name="charset" content="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=5" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<meta name="revisit-after" content="1 days" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv="Content-Language" content="en" />
<meta property="og:title" content="AnimeDex - Watch High Quality Anime Online" />
<meta property="og:description"
content="AnimeDex - Watch High Quality Anime Online. You can watch anime online free in HD without Ads. Best place for free find and one-click anime." />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="AnimeDex" />
<meta property="og:url" content="https://animedex.pages.dev" />
<meta itemprop="image" content="https://cdn.jsdelivr.net/gh/TechShreyash/AnimeDex@main/screenshots/home.jpeg" />
<meta property="og:image" content="https://cdn.jsdelivr.net/gh/TechShreyash/AnimeDex@main/screenshots/home.jpeg" />
<meta property="og:image:secure_url"
content="https://cdn.jsdelivr.net/gh/TechShreyash/AnimeDex@main/screenshots/home.jpeg" />
<meta property="og:image:width" content="650" />
<meta property="og:image:height" content="350" />
<meta property="twitter:title" content="AnimeDex - Watch High Quality Anime Online" />
<meta property="twitter:description"
content="Trending page for anime on AnimeDex. You can watch anime online free in HD without Sign up. Best place for free find and one-click anime." />
<meta property="twitter:url" content="" />
<meta property="twitter:card" content="summary" />
<meta name="apple-mobile-web-app-status-bar" content="#202125" />
<link href="./css/index.css" rel="stylesheet" />
</head>
<body>
<header id="head-div">
<div id="title1">
<a href="./index.html"><img src="./static/header.png" alt="AnimeDex"></a>
</div>
<div id="search-div">
<form action="./search.html" method="GET">
<input type="text" name="query" id="query" placeholder="Search Anime..." required />
<button name="search" type="submit"><i class="fa fa-search"></i></button>
</form>
</div>
</header>
<section>
<div class="slideshow-container"></div>
</section>
<section>
<div class="divox">
<h2 id="latest">Most Popular</h2>
<div id="latest2" class="popularg">MOST_POPULAR</div>
</div>
</section>
<section>
<div class="divox">
<h2 id="latest">Recent Release</h2>
<div id="latest2" class="recento"></div>
</div>
</section>
<div id="load">
<img src="./static/loading2.gif" alt="Loading..." />
</div>
<hr />
<footer>
<div>
<a href="https://github.com/TechShreyash" target="_blank">MADE WITH <i class="fa fa-heart pulse"></i>BY TECH
SHREYASH</a>
<a href="https://TechZBots.t.me" target="_blank">(@TechZBots)</a>
</div>
</footer>
<hr />
<script src="./js/index.js"></script>
<script async src="https://kit.fontawesome.com/45cb819601.js" crossorigin="anonymous"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BHQX4066ZV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-BHQX4066ZV");
</script>
</body>
</html>