-
Notifications
You must be signed in to change notification settings - Fork 4
/
video_post.php
623 lines (563 loc) · 33.5 KB
/
video_post.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
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
<?php
include "cms/lib/Session.php";
include "cms/constants/constants.php";
include "cms/lib/Database.php";
include "cms/lib/Main.php";
$con = new Main();
include "inc/top_header.php";
?>
<body>
<!-- Preloader -->
<div class="preloader d-flex align-items-center justify-content-center">
<div class="lds-ellipsis">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<?php include 'inc/navigation.php' ?>
<!-- ##### Breadcrumb Area Start ##### -->
<div class="vizew-breadcrumb">
<div class="container">
<div class="row">
<div class="col-12">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="#"><i class="fa fa-home" aria-hidden="true"></i> Home</a>
</li>
<li class="breadcrumb-item"><a href="#">Archives</a></li>
<li class="breadcrumb-item active" aria-current="page">Reunification of migrant</li>
</ol>
</nav>
</div>
</div>
</div>
</div>
<!-- ##### Breadcrumb Area End ##### -->
<!-- ##### Pager Area Start ##### -->
<div class="vizew-pager-area">
<div class="vizew-pager-prev">
<p>PREVIOUS ARTICLE</p>
<!-- Single Feature Post -->
<div class="single-feature-post video-post bg-img pager-article"
style="background-image: url(assets/img/bg-img/15.jpg);">
<!-- Post Content -->
<div class="post-content">
<a href="#" class="post-cata cata-sm cata-success">Sports</a>
<a href="single_post.php" class="post-title">Searching for the 'angel' who held me on Westminster
Bridge</a>
<div class="post-meta d-flex">Reunification of migrant
<a href="#"><i class="fa fa-comments-o" aria-hidden="true"></i> 18</a>
<a href="#"><i class="fa fa-eye" aria-hidden="true"></i> 32</a>
<a href="#"><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> 24</a>
</div>
</div>
<!-- Video Duration -->
<span class="video-duration">11.13</span>
</div>
</div>
<div class="vizew-pager-next">
<p>NEXT ARTICLE</p>
<!-- Single Feature Post -->
<div class="single-feature-post video-post bg-img pager-article"
style="background-image: url(assets/img/bg-img/14.jpg);">
<!-- Post Content -->
<div class="post-content">
<a href="#" class="post-cata cata-sm cata-business">Business</a>
<a href="single_post.php" class="post-title">Reunification of migrant toddlers, parents should be
completed Thursday</a>
<div class="post-meta d-flex">
<a href="#"><i class="fa fa-comments-o" aria-hidden="true"></i> 25</a>
<a href="#"><i class="fa fa-eye" aria-hidden="true"></i> 25</a>
<a href="#"><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> 25</a>
</div>
</div>
<!-- Video Duration -->
<span class="video-duration">06.59</span>
</div>
</div>
</div>
<!-- ##### Pager Area End ##### -->
<!-- ##### Post Details Area Start ##### -->
<section class="post-details-area mb-80">
<div class="container">
<div class="row">
<div class="col-12">
<?php
if (!isset($_REQUEST['id'])) {
header('location: index.php');
} else {
$result = $con->getDataWithJoin('videos', $_REQUEST['id']);
// echo $result->file_path;
//print_r($result);
// exit();
}
?>
<div class="single-video-area">
<img src="cms/<?php echo $result->postal_img; ?>" alt="">
<!-- <iframe src="--><?php //echo str_replace('watch?v=', 'embed/', $result->file_path) ?><!--"-->
<!-- allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"-->
<!-- allowfullscreen></iframe>-->
</div>
</div>
</div>
<div class="row justify-content-center">
<!-- Post Details Content Area -->
<div class="col-12 col-lg-8">
<div class="post-details-content d-flex">
<!-- Post Share Info -->
<div class="post-share-info">
<p>Share</p>
<a href="#" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="google-plus"><i class="fa fa-google-plus"></i></a>
<a href="#" class="instagram"><i class="fa fa-instagram"></i></a>
<a href="#" class="thumb-tack"><i class="fa fa-thumb-tack"></i></a>
</div>
<!-- Blog Content -->
<div class="blog-content">
<!-- Post Content -->
<div class="post-content mt-0">
<a href="#" class="post-cata cata-sm cata-danger"><?php echo $result->cat_name; ?></a>
<a href="single_post.php" class="post-title mb-2"><?php echo $result->short_desc; ?></a>
<div class="d-flex justify-content-between mb-30">
<div class="post-meta d-flex align-items-center">
<a href="#" class="post-author"><?php echo $result->user_id; ?></a>
<i class="fa fa-circle" aria-hidden="true"></i>
<a href="#" class="post-date"><?php echo $result->create_at; ?></a>
</div>
<div class="post-meta d-flex">
<a href="#"><i class="fa fa-comments-o" aria-hidden="true"></i> 32</a>
<a href="#"><i class="fa fa-eye" aria-hidden="true"></i> <?php echo $result->view; ?></a>
<a href="#"><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> <?php echo $result->like_count; ?></a>
</div>
</div>
</div>
<p><?php echo $result->long_desc; ?></p>
<!-- Related Post Area -->
<div class="related-post-area mt-5">
<!-- Section Title -->
<div class="section-heading style-2">
<h4>Related Post</h4>
<div class="line"></div>
</div>
<div class="row">
<!-- Single Blog Post -->
<div class="col-12 col-md-6">
<div class="single-post-area mb-50">
<!-- Post Thumbnail -->
<div class="post-thumbnail">
<img src="assets/img/bg-img/11.jpg" alt="">
<!-- Video Duration -->
<span class="video-duration">05.03</span>
</div>
<!-- Post Content -->
<div class="post-content">
<a href="#" class="post-cata cata-sm cata-success">Sports</a>
<a href="single_post.php" class="post-title">Warner Bros. Developing ‘The
accountant’ Sequel</a>
<div class="post-meta d-flex">
<a href="#"><i class="fa fa-comments-o" aria-hidden="true"></i> 22</a>
<a href="#"><i class="fa fa-eye" aria-hidden="true"></i> 16</a>
<a href="#"><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> 15</a>
</div>
</div>
</div>
</div>
<!-- Single Blog Post -->
<div class="col-12 col-md-6">
<div class="single-post-area mb-50">
<!-- Post Thumbnail -->
<div class="post-thumbnail">
<img src="assets/img/bg-img/12.jpg" alt="">
<!-- Video Duration -->
<span class="video-duration">05.03</span>
</div>
<!-- Post Content -->
<div class="post-content">
<a href="#" class="post-cata cata-sm cata-danger">Game</a>
<a href="single_post.php" class="post-title">Searching for the 'angel' who
held me on Westminste</a>
<div class="post-meta d-flex">
<a href="#"><i class="fa fa-comments-o" aria-hidden="true"></i> 28</a>
<a href="#"><i class="fa fa-eye" aria-hidden="true"></i> 17</a>
<a href="#"><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> 22</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Comment Area Start -->
<div class="comment_area clearfix mb-50">
<!-- Section Title -->
<div class="section-heading style-2">
<h4>Comment</h4>
<div class="line"></div>
</div>
<ul>
<!-- Single Comment Area -->
<li class="single_comment_area">
<!-- Comment Content -->
<div class="comment-content d-flex">
<!-- Comment Author -->
<div class="comment-author">
<img src="assets/img/bg-img/31.jpg" alt="author">
</div>
<!-- Comment Meta -->
<div class="comment-meta">
<a href="#" class="comment-date">27 Aug 2019</a>
<h6>Tomas Mandy</h6>
<p>Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet,
consectetur, adipisci velit, sed quia non numquam eius</p>
<div class="d-flex align-items-center">
<a href="#" class="like">like</a>
<a href="#" class="reply">Reply</a>
</div>
</div>
</div>
<ol class="children">
<li class="single_comment_area">
<!-- Comment Content -->
<div class="comment-content d-flex">
<!-- Comment Author -->
<div class="comment-author">
<img src="assets/img/bg-img/32.jpg" alt="author">
</div>
<!-- Comment Meta -->
<div class="comment-meta">
<a href="#" class="comment-date">27 Aug 2019</a>
<h6>Britney Millner</h6>
<p>Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet,
consectetur, adipisci velit, sed quia non numquam eius</p>
<div class="d-flex align-items-center">
<a href="#" class="like">like</a>
<a href="#" class="reply">Reply</a>
</div>
</div>
</div>
</li>
</ol>
</li>
<!-- Single Comment Area -->
<li class="single_comment_area">
<!-- Comment Content -->
<div class="comment-content d-flex">
<!-- Comment Author -->
<div class="comment-author">
<img src="assets/img/bg-img/33.jpg" alt="author">
</div>
<!-- Comment Meta -->
<div class="comment-meta">
<a href="#" class="comment-date">27 Aug 2019</a>
<h6>Simon Downey</h6>
<p>Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet,
consectetur, adipisci velit, sed quia non numquam eius</p>
<div class="d-flex align-items-center">
<a href="#" class="like">like</a>
<a href="#" class="reply">Reply</a>
</div>
</div>
</div>
</li>
</ul>
</div>
<!-- Post A Comment Area -->
<div class="post-a-comment-area">
<!-- Section Title -->
<div class="section-heading style-2">
<h4>Leave a reply</h4>
<div class="line"></div>
</div>
<!-- Reply Form -->
<div class="contact-form-area">
<form action="#" method="post">
<div class="row">
<div class="col-12 col-lg-6">
<input type="text" class="form-control" id="name" placeholder="Your Name*">
</div>
<div class="col-12 col-lg-6">
<input type="email" class="form-control" id="email"
placeholder="Your Email*">
</div>
<div class="col-12">
<textarea name="message" class="form-control" id="message"
placeholder="Message*"></textarea>
</div>
<div class="col-12">
<button class="btn vizew-btn mt-30" type="submit">Submit Comment</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- Sidebar Widget -->
<div class="col-12 col-md-6 col-lg-4">
<div class="sidebar-area">
<!-- ***** Single Widget ***** -->
<div class="single-widget followers-widget mb-50">
<a href="#" class="facebook"><i class="fa fa-facebook" aria-hidden="true"></i><span
class="counter">198</span><span>Fan</span></a>
<a href="#" class="twitter"><i class="fa fa-twitter" aria-hidden="true"></i><span
class="counter">220</span><span>Followers</span></a>
<a href="#" class="google"><i class="fa fa-google" aria-hidden="true"></i><span class="counter">140</span><span>Subscribe</span></a>
</div>
<!-- ***** Single Widget ***** -->
<div class="single-widget latest-video-widget mb-50">
<!-- Section Heading -->
<div class="section-heading style-2 mb-30">
<h4>Latest Video</h4>
<div class="line"></div>
</div>
<!-- Single Blog Post -->
<div class="single-post-area mb-30">
<!-- Post Thumbnail -->
<div class="post-thumbnail">
<img src="assets/img/bg-img/13.jpg" alt="">
<!-- Video Duration -->
<span class="video-duration">05.03</span>
</div>
<!-- Post Content -->
<div class="post-content">
<a href="#" class="post-cata cata-sm cata-success">Sports</a>
<a href="single_post.php" class="post-title">Full article Prince Charles's 'urgent'
global research</a>
<div class="post-meta d-flex">
<a href="#"><i class="fa fa-comments-o" aria-hidden="true"></i> 14</a>
<a href="#"><i class="fa fa-eye" aria-hidden="true"></i> 38</a>
<a href="#"><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> 22</a>
</div>
</div>
</div>
<!-- Single Blog Post -->
<div class="single-blog-post d-flex">
<div class="post-thumbnail">
<img src="assets/img/bg-img/1.jpg" alt="">
</div>
<div class="post-content">
<a href="single_post.php" class="post-title">DC Shoes: gymkhana five; the making of</a>
<div class="post-meta d-flex justify-content-between">
<a href="#"><i class="fa fa-comments-o" aria-hidden="true"></i> 29</a>
<a href="#"><i class="fa fa-eye" aria-hidden="true"></i> 08</a>
<a href="#"><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> 23</a>
</div>
</div>
</div>
<!-- Single Blog Post -->
<div class="single-blog-post d-flex">
<div class="post-thumbnail">
<img src="assets/img/bg-img/2.jpg" alt="">
</div>
<div class="post-content">
<a href="single_post.php" class="post-title">Sweet Yummy Chocolatea Tea</a>
<div class="post-meta d-flex justify-content-between">
<a href="#"><i class="fa fa-comments-o" aria-hidden="true"></i> 17</a>
<a href="#"><i class="fa fa-eye" aria-hidden="true"></i> 33</a>
<a href="#"><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> 26</a>
</div>
</div>
</div>
<!-- Single Blog Post -->
<div class="single-blog-post d-flex">
<div class="post-thumbnail">
<img src="assets/img/bg-img/35.jpg" alt="">
</div>
<div class="post-content">
<a href="single_post.php" class="post-title">How To Make Orange Chicken Recipe?</a>
<div class="post-meta d-flex justify-content-between">
<a href="#"><i class="fa fa-comments-o" aria-hidden="true"></i> 11</a>
<a href="#"><i class="fa fa-eye" aria-hidden="true"></i> 42</a>
<a href="#"><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> 21</a>
</div>
</div>
</div>
</div>
<!-- ***** Single Widget ***** -->
<div class="single-widget add-widget mb-50">
<a href="#"><img src="assets/img/bg-img/add.png" alt=""></a>
</div>
<!-- ***** Sidebar Widget ***** -->
<div class="single-widget youtube-channel-widget mb-50">
<!-- Section Heading -->
<div class="section-heading style-2 mb-30">
<h4>Hot Channels</h4>
<div class="line"></div>
</div>
<!-- Single YouTube Channel -->
<div class="single-youtube-channel d-flex align-items-center">
<div class="youtube-channel-thumbnail">
<img src="assets/img/bg-img/25.jpg" alt="">
</div>
<div class="youtube-channel-content">
<a href="single_post.php" class="channel-title">Music Channel</a>
<a href="#" class="btn subscribe-btn"><i class="fa fa-play-circle-o"
aria-hidden="true"></i> Subscribe</a>
</div>
</div>
<!-- Single YouTube Channel -->
<div class="single-youtube-channel d-flex align-items-center">
<div class="youtube-channel-thumbnail">
<img src="assets/img/bg-img/26.jpg" alt="">
</div>
<div class="youtube-channel-content">
<a href="single_post.php" class="channel-title">Trending Channel</a>
<a href="#" class="btn subscribe-btn"><i class="fa fa-play-circle-o"
aria-hidden="true"></i> Subscribe</a>
</div>
</div>
<!-- Single YouTube Channel -->
<div class="single-youtube-channel d-flex align-items-center">
<div class="youtube-channel-thumbnail">
<img src="assets/img/bg-img/27.jpg" alt="">
</div>
<div class="youtube-channel-content">
<a href="single_post.php" class="channel-title">Travel Channel</a>
<a href="#" class="btn subscribe-btn"><i class="fa fa-play-circle-o"
aria-hidden="true"></i> Subscribe</a>
</div>
</div>
<!-- Single YouTube Channel -->
<div class="single-youtube-channel d-flex align-items-center">
<div class="youtube-channel-thumbnail">
<img src="assets/img/bg-img/28.jpg" alt="">
</div>
<div class="youtube-channel-content">
<a href="single_post.php" class="channel-title">Sport Channel</a>
<a href="#" class="btn subscribe-btn"><i class="fa fa-play-circle-o"
aria-hidden="true"></i> Subscribe</a>
</div>
</div>
<!-- Single YouTube Channel -->
<div class="single-youtube-channel d-flex align-items-center">
<div class="youtube-channel-thumbnail">
<img src="assets/img/bg-img/29.jpg" alt="">
</div>
<div class="youtube-channel-content">
<a href="single_post.php" class="channel-title">TV Show Channel</a>
<a href="#" class="btn subscribe-btn"><i class="fa fa-play-circle-o"
aria-hidden="true"></i> Subscribe</a>
</div>
</div>
</div>
<!-- ***** Single Widget ***** -->
<div class="single-widget newsletter-widget mb-50">
<!-- Section Heading -->
<div class="section-heading style-2 mb-30">
<h4>Newsletter</h4>
<div class="line"></div>
</div>
<p>Subscribe our newsletter gor get notification about new updates, information discount,
etc.</p>
<!-- Newsletter Form -->
<div class="newsletter-form">
<form action="#" method="post">
<input type="email" name="nl-email" class="form-control mb-15" id="emailnl"
placeholder="Enter your email">
<button type="submit" class="btn vizew-btn w-100">Subscribe</button>
</form>
</div>
</div>
<!-- ***** Single Widget ***** -->
<div class="single-widget mb-50">
<!-- Section Heading -->
<div class="section-heading style-2 mb-30">
<h4>Most Viewed Playlist</h4>
<div class="line"></div>
</div>
<!-- Single Blog Post -->
<div class="single-blog-post d-flex">
<div class="post-thumbnail">
<img src="assets/img/bg-img/1.jpg" alt="">
</div>
<div class="post-content">
<a href="single_post.php" class="post-title">DC Shoes: gymkhana five; the making of</a>
<div class="post-meta d-flex justify-content-between">
<a href="#"><i class="fa fa-comments-o" aria-hidden="true"></i> 14</a>
<a href="#"><i class="fa fa-eye" aria-hidden="true"></i> 34</a>
<a href="#"><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> 84</a>
</div>
</div>
</div>
<!-- Single Blog Post -->
<div class="single-blog-post d-flex">
<div class="post-thumbnail">
<img src="assets/img/bg-img/2.jpg" alt="">
</div>
<div class="post-content">
<a href="single_post.php" class="post-title">How To Make Orange Chicken Recipe?</a>
<div class="post-meta d-flex justify-content-between">
<a href="#"><i class="fa fa-comments-o" aria-hidden="true"></i> 14</a>
<a href="#"><i class="fa fa-eye" aria-hidden="true"></i> 34</a>
<a href="#"><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> 84</a>
</div>
</div>
</div>
<!-- Single Blog Post -->
<div class="single-blog-post d-flex">
<div class="post-thumbnail">
<img src="assets/img/bg-img/36.jpg" alt="">
</div>
<div class="post-content">
<a href="single_post.php" class="post-title">Sweet Yummy Chocolate in the</a>
<div class="post-meta d-flex justify-content-between">
<a href="#"><i class="fa fa-comments-o" aria-hidden="true"></i> 14</a>
<a href="#"><i class="fa fa-eye" aria-hidden="true"></i> 34</a>
<a href="#"><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> 84</a>
</div>
</div>
</div>
<!-- Single Blog Post -->
<div class="single-blog-post d-flex">
<div class="post-thumbnail">
<img src="assets/img/bg-img/37.jpg" alt="">
</div>
<div class="post-content">
<a href="single_post.php" class="post-title">DC Shoes: gymkhana five; the making of</a>
<div class="post-meta d-flex justify-content-between">
<a href="#"><i class="fa fa-comments-o" aria-hidden="true"></i> 14</a>
<a href="#"><i class="fa fa-eye" aria-hidden="true"></i> 34</a>
<a href="#"><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> 84</a>
</div>
</div>
</div>
<!-- Single Blog Post -->
<div class="single-blog-post d-flex">
<div class="post-thumbnail">
<img src="assets/img/bg-img/38.jpg" alt="">
</div>
<div class="post-content">
<a href="single_post.php" class="post-title">How To Make Orange Chicken Recipe?</a>
<div class="post-meta d-flex justify-content-between">
<a href="#"><i class="fa fa-comments-o" aria-hidden="true"></i> 14</a>
<a href="#"><i class="fa fa-eye" aria-hidden="true"></i> 34</a>
<a href="#"><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> 84</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ##### Post Details Area End ##### -->
<?php
include 'inc/footer.php';
?>
<!-- ##### All Javascript Script ##### -->
<!-- jQuery-2.2.4 js -->
<script src="assets/js/jquery/jquery-2.2.4.min.js"></script>
<!-- Popper js -->
<script src="assets/js/bootstrap/popper.min.js"></script>
<!-- Bootstrap js -->
<script src="assets/js/bootstrap/bootstrap.min.js"></script>
<!-- All Plugins js -->
<script src="assets/js/plugins/plugins.js"></script>
<!-- Active js -->
<script src="assets/js/active.js"></script>
</body>
</html>