-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathseries-category.php
299 lines (248 loc) · 15.4 KB
/
series-category.php
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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
<?php
$img_path = "https://image.tmdb.org/t/p/";
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title> Series Categories | TvShow Categories | Godfather.vip</title>
<meta property="og:image" content="images/gf.jpg">
<meta name="description" content="Series categories on basic of your preferences to get the perfect choice for your entertainment selection. Godfather.vip. We’re an India based entertainment agency, providing all the Entertainment content for free, it includs Movies, Web-Seires, TV-Season, TvShows. We are having the collection of the all the Movies, Web-Seires, TV-Season, TvShows of all the studios around the world. We are povidind contents to the all the county. We are amaing to become the best entertainment agency in the world.">
<meta property="og:site_name" content="www.godfather.vip">
<meta property="og:type" content="category page">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<link rel="canonical" href="https://www.godfather.vip/series-category.php">
<meta name="keyword" content="Series Categories, TvShow Categories, Web show Categories, Web Categories">
<link rel="stylesheet" href="css/themify-icons.css">
<!-- Favicon icon -->
<link rel="icon" type="image/png" sizes="16x16" href="./images/favicon.png">
<!-- Custom Stylesheet -->
<link rel="stylesheet" href="css/style.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-154357661-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-154357661-1');
</script>
</head>
<body>
<div class="preloader"></div>
<div class="backdrop"></div>
<div class="main-wrapper">
<!-- header wrapper -->
<?php
include_once('header.php');
?>
<!-- header wrapper -->
<div class="page-nav p-0">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<div class="search-wrapper">
<h2 class="mb-3">21+ Categories for Movies.</h2>
</div>
</div>
</div>
</div>
</div>
<br>
<!-- image wrapper -->
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="thumbnail">
<a href="category.php?category=Action-and-Adventure&type=Series&ids=10759">
<img loading="lazy" src="https://cdn57.androidauthority.net/wp-content/uploads/2019/02/the-walking-dead.jpg" alt="Action Movies" style="width:100%;border-radius:5px">
<p class="text-center font-weight-bold text-dark mt-2">Action & Adventure</p>
</a>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<a href="category.php?category=Animation&type=Series&ids=16">
<img loading="lazy" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTOCFmKpWLcohoNWaFErj0d9I5W_oDIfJkdJyOwbjEZkWOD_wDt3UmuNaguf5kTE-2xjvs&usqp=CAU" alt="Animation Movies" style="width:100%;border-radius:5px">
<p class="text-center font-weight-bold text-dark mt-2">Animation</p>
</a>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<a href="category.php?category=Comedy&type=Series&ids=35">
<img loading="lazy" src="https://www.cp24.com/polopoly_fs/1.4426412.1558063190!/httpImage/image.jpg_gen/derivatives/landscape_620/image.jpg" alt="Comedy Movies" style="width:100%;border-radius:5px">
<p class="text-center font-weight-bold text-dark mt-2">Comedy</p>
</a>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<a href="category.php?category=Crime&type=Series&ids=80">
<img loading="lazy" src="https://variety.com/wp-content/uploads/2019/10/money-heist-netflix.jpg" alt="Crime Movies" style="width:100%;border-radius:5px">
<p class="text-center font-weight-bold text-dark mt-2">Crime</p>
</a>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<a href="category.php?category=Documentary&type=Series&ids=99">
<img loading="lazy" src="https://www.denofgeek.com/wp-content/uploads/2019/02/documentary-now-season-3.jpg?resize=768%2C432" alt="Documentary Movies" style="width:100%;border-radius:5px">
<p class="text-center font-weight-bold text-dark mt-2">Documentary</p>
</a>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<a href="category.php?category=Drama&type=Series&ids=18">
<img loading="lazy" src="https://georgetownvoice.com/wp-content/uploads/2020/05/32263389547_0e68178cc9_b.jpg" alt="Drama Movies" style="width:100%;border-radius:5px">
<p class="text-center font-weight-bold text-dark mt-2">Drama</p>
</a>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<a href="category.php?category=Family&type=Series&ids=10751">
<img loading="lazy" src="https://watchersonthewall.com/wp-content/uploads/2017/07/Stark-Reunion-EW.jpg" alt="Family Movies" style="width:100%;border-radius:5px">
<p class="text-center font-weight-bold text-dark mt-2">Family</p>
</a>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<a href="category.php?category=History&type=Series&ids=36">
<img loading="lazy" src="http://cdn.shopify.com/s/files/1/1879/3511/articles/vikings-s4-finale_1024x1024.jpg?v=1536376531" alt=" History Movies" style="width:100%;border-radius:5px">
<p class="text-center font-weight-bold text-dark mt-2">History</p>
</a>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<a href="category.php?category=Horror&type=Series&ids=27">
<img loading="lazy" src="https://www.comingsoon.net/assets/uploads/2021/02/creepshoww-e1613671438957.jpg" alt="Horror Movies" style="width:100%;border-radius:5px">
<p class="text-center font-weight-bold text-dark mt-2">Horror</p>
</a>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<a href="category.php?category=Music&type=Series&ids=10402">
<img loading="lazy" src="https://www.etonline.com/sites/default/files/styles/max_1280x720/public/images/2020-01/152679_7179.png?h=c673cd1c&itok=L3we2_MH" alt="Music Movies" style="width:100%;border-radius:5px">
<p class="text-center font-weight-bold text-dark mt-2">Music</p>
</a>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<a href="category.php?category=Mystery&type=Series&ids=9648">
<img loading="lazy" src="https://madeleinelovesmoviesdotcom.files.wordpress.com/2020/09/aaaabqyuhy7cyihuf2arpkos2lsyyrn4rosnqrfydoppn1sar7z5i4uzpzhhgrlq-ytbwjaa70tioirbnl5ysjtlsmzd6w-xoslistkm_6xo_ivvtadn.jpg" alt="Mystery Movies" style="width:100%;border-radius:5px">
<p class="text-center font-weight-bold text-dark mt-2">Mystery</p>
</a>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<a href="category.php?category=News&type=Series&ids=10763">
<img loading="lazy" src="https://m.media-amazon.com/images/M/MV5BNjA1N2EyNjctNGQ2Ny00ZjhmLWJkZTktYzYwY2VhY2Y2MGY3XkEyXkFqcGdeQW1yb3NzZXI@._V1_QL75_UX500_CR0,0,500,281_.jpg" alt="News Movies" style="width:100%;border-radius:5px">
<p class="text-center font-weight-bold text-dark mt-2">News</p>
</a>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<a href="category.php?category=Reality&type=Series&ids=10764">
<img loading="lazy" src="https://image.scoopwhoop.com/w360/s4.scoopwhoop.com/anj2/5eaaa88f60c0604c5ff66531/2e134e22-e9be-4a75-a94c-37c4990bc457.jpg.webp" alt="Reality Movies" style="width:100%;border-radius:5px">
<p class="text-center font-weight-bold text-dark mt-2">Reality</p>
</a>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<a href="category.php?category=Romance&type=Series&ids=10749">
<img loading="lazy" src="https://gizmostory.com/wp-content/uploads/2020/08/Love-Is-Blind-Season-2.jpg" alt="Romance Movies" style="width:100%;border-radius:5px">
<p class="text-center font-weight-bold text-dark mt-2">Romance</p>
</a>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<a href="category.php?category=Science-Fiction&type=Series&ids=878">
<img loading="lazy" src="https://www.gamespot.com/a/uploads/scale_medium/1557/15576725/3618720-01-ad.jpg" alt="Science Fiction Movies" style="width:100%;border-radius:5px">
<p class="text-center font-weight-bold text-dark mt-2">Science Fiction</p>
</a>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<a href="category.php?category=Sci-Fi-and-Fantasy&type=Series&ids=10765">
<img loading="lazy" src="https://media.wired.com/photos/5926ba23f3e2356fd800a432/master/pass/RIme-of-the-Last-Fisherman_Sunset-Variant.jpg" alt="Sci-Fi & Fantasy Movies" style="width:100%;border-radius:5px">
<p class="text-center font-weight-bold text-dark mt-2">Sci-Fi & Fantasy</p>
</a>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<a href="category.php?category=Soap&type=Series&ids=10766">
<img loading="lazy" src="https://blogs.khaleejtimes.com/wp-content/uploads/2019/01/Screen-Shot-2019-01-03-at-9.21.25-PM-672x372.jpg" alt="Soap Movies" style="width:100%;border-radius:5px">
<p class="text-center font-weight-bold text-dark mt-2">Soap</p>
</a>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<a href="category.php?category=Talk&type=Series&ids=10767">
<img loading="lazy" src="https://www.gannett-cdn.com/presto/2019/10/01/USAT/497a7fc4-d4d6-4a8f-aa1f-83b5058539d4-TGNS_Series_22_Show_4_still_2.jpg?crop=3499,1969,x0,y211&width=3200&height=1801&format=pjpg&auto=webp" alt="Talk Movies" style="width:100%;border-radius:5px">
<p class="text-center font-weight-bold text-dark mt-2">Talk</p>
</a>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<a href="category.php?category=Thriller&type=Series&ids=53">
<img loading="lazy" src="https://www.tvovermind.com/wp-content/uploads/2017/02/michael-c-hall-dexter-showtime.jpg" alt="Thriller Movies" style="width:100%;border-radius:5px">
<p class="text-center font-weight-bold text-dark mt-2">Thriller</p>
</a>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<a href="category.php?category=War-and-Politics&type=Series&ids=10768">
<img loading="lazy" src="https://variety.com/wp-content/uploads/2019/10/bandofbrothers.jpg?w=681&h=383&crop=1" alt="War & Politics Movies" style="width:100%;border-radius:5px">
<p class="text-center font-weight-bold text-dark mt-2">War & Politics</p>
</a>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<a href="category.php?category=Western&type=Series&ids=37">
<img loading="lazy" src="https://thecinemaholic.com/wp-content/uploads/2018/01/hells-on-wheels.jpg" alt="Western Movies" style="width:100%;border-radius:5px">
<p class="text-center font-weight-bold text-dark mt-2">Western</p>
</a>
</div>
</div>
</div>
</div>
<!-- image wrapper -->
<!-- footer wrapper -->
<?php
include_once('footer.php');
?>
<!-- footer wrapper -->
<!-- The Modal for Image -->
<div id="myModal" class="modal">
<!-- The Close Button -->
<span class="close" onclick="document.getElementById('myModal').style.display='none'">×</span>
<!-- Modal Content (The Image) -->
<img loading="lazy" class="modal-content" id="img01">
</div>
<!-- The Modal for Image -->
</div>
<script src="js/plugin.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>