-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
111 lines (100 loc) · 4.09 KB
/
index.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
<?php
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="index.css">
<title>CHILLAX</title>
<link rel="icon" href="Login-Images/movie-play-regular-24.png" type="image/png" size="16x16">
</head>
<body>
<!-- Header -->
<section class="container">
<div class="head">
<img src="Login-Images/logo.png" alt="logo">
<a href="a.php">Sign up</a>
</div>
</section>
<section class="banner">
<img src="Login-Images/2.jpg"class="fit">
<div class="box">
<div class="heading">
<h2>Unlimited movies, for you</h2>
<h5>Watch anywhere. Cancel anytime.</h5>
<p>Ready to watch? Enter your email to create or restart your membership.</p>
</div>
<div class="search">
<input type="text" name="" placeholder="Enter Email">
<a href="a.php">Try for free ></a>
</div>
</div>
</section>
<section class="part1">
<div class="talk">
<h1>Enjoy on your TV.</h1>
<p>Watch on smart TVs, PlayStation, Xbox, Chromecast, Apple TV, Blu-ray players and more.</p>
</div>
<div class="img">
<img src="Login-Images/b.jpg" alt="">
</div>
</section>
<section class="part2">
<div class="img">
<img src="Login-Images/3.jpg" alt="">
</div>
<div class="talk">
<h1>Download your shows to watch offline.</h1>
<p>Save your favourites easily and always have something to watch.</p>
</div>
</section>
<section class="part1">
<div class="talk">
<h1>Watch everywhere.</h1>
<p>Stream unlimited movies and TV shows on your phone, tablet, laptop, and TV.</p>
</div>
<div class="img">
<img src="Login-Images/4.png" alt="">
</div>
</section>
<!-- Footer -->
<section class="footer">
<div class="one">
<ul class="items">
<li><a href="#">FAQ</a></li>
<li><a href="#">Investor Relations</a></li>
<li><a href="#">Privacy</a></li>
<li><a href="https://www.speedtest.net/">Speed Test</a></li>
</ul>
<ul class="items">
<li><a href="#">Help Centre</a></li>
<li><a href="#">Jobs</a></li>
<li><a href="#">Cookie Preferences</a></li>
<li><a href="#">Legal Notices</a></li>
</ul>
<ul class="items">
<li><a href="#">Account</a></li>
<li><a href="#">Ways to Watch</a></li>
<li><a href="#">Corporate Information</a></li>
<li><a href="#">Only on CHILLAX</a></li>
</ul>
<ul class="items">
<li><a href="#">Media Centre</a></li>
<li><a href="#">Terms of Use</a></li>
<li><a href="tel:+91 9140848438">Contact Us</a></li>
</ul>
</div>
</section>
<footer id="footer">
<a href="tel:+91 9140848438"><p>Questions? Call Me: +91 9140848438</p></a>
<br>
<a href="mailto:[email protected]"><p>Email Me: @[email protected]</p></a>
<br>
<p>Created By: Ayush Singh</p>
<br>
<p>© Copyright <script>document.write(new Date().getFullYear())</script> <a href="index.php" class="footername">CHILLAX</a></p>
</footer>
</body>
</html>