-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
63 lines (63 loc) · 2.89 KB
/
home.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
<!DOCTYPE html>
<html>
<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>
<section class="sign-in-page1">
<div class="container">
<br><br><br><br>
<div class="row justify-content-center align-items-center height-self-center">
<div class="col-lg-5 col-md-12 align-self-center">
<div class="sign-user_card ">
<div class="sign-in-page-data">
<div class="sign-in-from w-100 m-auto">
<h3 class="mb-3 text-center"><img src="images/logo.png"></h3>
<br><br>
<h3 class="mb-3 text-center">WELCOME TO STREAMIT</h3>
<br><br>
<p class="mb-3 text-center">The World of Unlimited movies, TV shows and more.</p>
<br><br>
<form>
</div>
<button type="submit" class="btn btn-hover"><a href="login.php">PLAY NOW</a></button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<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>