-
Notifications
You must be signed in to change notification settings - Fork 0
/
watch-video.html
58 lines (55 loc) · 1.69 KB
/
watch-video.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
<!doctype html>
<html lang="en-US">
<head>
<!-- Required meta tags -->
<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>Streamit</title>
<!-- Favicon -->
<link rel="shortcut icon" href="images/favicon.ico"/>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<!-- Typography CSS -->
<link rel="stylesheet" href="css/typography.css">
<!-- Style -->
<link rel="stylesheet" href="css/style.css"/>
<!-- Responsive -->
<link rel="stylesheet" href="css/responsive.css"/>
</head>
<body>
<div id="loading">
<div id="loading-center">
</div>
</div>
<!-- Video Start -->
<section class="height-100-vh iq-main-slider">
<video class="video d-block" width="100%" height="100%" controls>
<source src="video/trailer.mp4" type="video/mp4">
</video>
</section>
<!-- Vdeo End -->
<!-- back-to-top -->
<div id="back-to-top">
<a class="top" href="#top" id="top"> <i class="fa fa-angle-up"></i> </a>
</div>
<!-- back-to-top End -->
<!-- jQuery, Popper JS -->
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/popper.min.js"></script>
<!-- Bootstrap JS -->
<script src="js/bootstrap.min.js"></script>
<!-- Slick JS -->
<script src="js/slick.min.js"></script>
<!-- owl carousel Js -->
<script src="js/owl.carousel.min.js"></script>
<!-- select2 Js -->
<script src="js/select2.min.js"></script>
<!-- Magnific Popup-->
<script src="js/jquery.magnific-popup.min.js"></script>
<!-- Slick Animation-->
<script src="js/slick-animation.min.js"></script>
<!-- Custom JS-->
<script src="js/custom.js"></script>
</body>
</html>