-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmost-popular.html
More file actions
183 lines (180 loc) · 10.2 KB
/
most-popular.html
File metadata and controls
183 lines (180 loc) · 10.2 KB
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
<title>Most Popular</title>
<style>
body {
background-color: black;
align-items: center;
-webkit-background-size: cover;
-moz-background-sie: cover;
-o-background-size: cover;
background-size: cover;
}
</style>
</head>
<body>
<!--header-->
<header class="text-gray-400 body-font">
<div class="container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center">
<a href="index.html" class="flex title-font font-medium items-center text-white-900 mb-4 md:mb-0">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round"
stroke-linejoin="round" stroke-width="2" class="w-10 h-10 text-white p-2 bg-yellow-500 rounded-full"
viewBox="0 0 24 24">
<path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"></path>
</svg>
<span class="ml-3 hover:text-white">Back</span>
</a>
<nav class="md:ml-auto md:mr-auto flex flex-wrap items-center text-gray-400 justify-center">
<a href="home.html" class="mr-5 hover:text-white">Home</a>
<a class="mr-5 text-white"><b>Most Popular</b></a>
<a href="movies.html" class="mr-5 hover:text-white">Movies</a>
<a href="about us.html" class="mr-5 hover:text-white">About us</a>
</nav>
<button onclick="window.location.href = '//t.me/AniHubXD';"
class="text-gray-600 inline-flex items-center bg-white border-0 py-1 px-3 focus:outline-none hover:bg-gray-200 rounded text-base mt-4 md:mt-0">join us at telegram
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
class="w-4 h-4 ml-1" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</button>
</div>
</header>
<!--shows-->
<section class="text-gray-600 body-font">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-wrap -m-4">
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="ecommerce" class="object-cover object-center w-full h-full block" src="images/naruto.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">Status: Finished</h3>
<h2 class="text-white title-font text-lg font-medium">Naruto</h2>
<p class="mt-1">Episodes Aired: 220</p>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="ecommerce" class="object-cover object-center w-full h-full block"
src="images/naruto-shippuden.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">Status: Finished</h3>
<h2 class="text-white title-font text-lg font-medium">Naruto Shipuden</h2>
<p class="mt-1">Episodes Aired: 500</p>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="ecommerce" class="object-cover object-center w-full h-full block"
src="images/onepuncman.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">Status: Ongoing</h3>
<h2 class="text-white title-font text-lg font-medium">One Punch Man</h2>
<p class="mt-1">Seasons Aired: 2</p>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="ecommerce" class="object-cover object-center w-full h-full block" src="images/MHA.webp">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">Status: Ongoing</h3>
<h2 class="text-white title-font text-lg font-medium">My Hero Academia</h2>
<p class="mt-1">Seasons Aired: 5</p>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="ecommerce" class="object-cover object-center w-full h-full block" src="images/FMA.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">Status: Finished</h3>
<h2 class="text-white title-font text-lg font-medium">Full Metal Alchemist:Brotherhood</h2>
<p class="mt-1">Seasons Aired: 1</p>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="ecommerce" class="object-cover object-center w-full h-full block"
src="images/cowboy-bebop.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">Status: Finished</h3>
<h2 class="text-white title-font text-lg font-medium">Cowboy Bebop</h2>
<p class="mt-1">Seasons Aired: 1</p>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="ecommerce" class="object-cover object-center w-full h-full block"
src="images/neon genesis.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">Status: Finished</h3>
<h2 class="text-white title-font text-lg font-medium">Neon Genesis Evangelion</h2>
<p class="mt-1">Seasons Aired: 1</p>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="ecommerce" class="object-cover object-center w-full h-full block"
src="images/elfen lied.png">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">Status: Finished</h3>
<h2 class="text-white title-font text-lg font-medium">Elfen Lied</h2>
<p class="mt-1">Seasons Aired: 1</p>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="ecommerce" class="object-cover object-center w-full h-full block"
src="images/demon-slayer.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">Status: Ongoing</h3>
<h2 class="text-white title-font text-lg font-medium">Demon Slayer</h2>
<p class="mt-1">Seasons Aired: 1</p>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="ecommerce" class="object-cover object-center w-full h-full block" src="images/deathnote.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">Status: Finished</h3>
<h2 class="text-white title-font text-lg font-medium">Deathnote</h2>
<p class="mt-1">Seasons Aired: 1</p>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="ecommerce" class="object-cover object-center w-full h-full block" src="images/fairytale.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">Status: Finished</h3>
<h2 class="text-white title-font text-lg font-medium">Fairy tale</h2>
<p class="mt-1">Seasons Aired: 9</p>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="ecommerce" class="object-cover object-center w-full h-full block" src="images/onepeice.jpeg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">Status: Ongoing</h3>
<h2 class="text-white title-font text-lg font-medium">One Piece</h2>
<p class="mt-1">Seasons Aired: 20</p>
</div>
</div>
</div>
</div>
</section>
</body>
</html>