-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwat.html
103 lines (86 loc) · 3.26 KB
/
wat.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
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
<html>
<head>
<style>
.button{
color:white;
background-color:red;
text-decoration:none;
padding:6px 15px;
display:inline-block;
border-radius:4px;
}
h6{
font-size:11px;
font-family:Franklin Gothic Book;
}
a{
text-decoration:none;
}
form.example input[type=text]
{
padding:10px;
font-size:17px;
border:1px solid grey;
width:100%;
}
</style>
</head>
<body>
<table bgcolor="black" width="1350"><tr><td>
<a href="netflixtry.html"><h1 style="color:red"><b><b><i>NETFLIX</i></b></b></h1></a></td>
</tr>
<table width="1350" height="200" bgcolor="black">
<tr><td><form class="example" action="/action_page.php" style="margin:auto;max-width:300px"><input type="text" placeholder="search.." name="search">
<button type="submit"><i class="fa fa-search"></i></button></form></td></tr>
<tr height="10"> </tr>
<tr>
<td>
<center><big><img src="computer-icon.png" width="88" height="80"></center></h1>
<h3 style="color:white";font-family="Trebuchet MS"><center><small>Watch anywhere</small></center></h3>
<center><a href="1.html" class="button">JOIN FREE FOR A MONTH</a></center>
</td></tr></table>
<table width="1350" height="100%" bgcolor="black"><tr>
<td>
    <img src="asset_TV_UI.png" width="200" height="140">
<h4 style="color:white;font-size:21px"><b>   Watch on your TV</b></h4>
<p style="color:grey">    Smart TV,Playstation,Xbox,<br>    Chromecast,Apple,TV,Blue-Ray<br>    players and more</p>
</center>
</td>
<td>
  <center>   <img src="asset_mobile_tablet_UI_2.png" width="260" height="160"></center>;  
<center><h4 style="color:white;font-size:21px"><b>   Watch instantly or download<br>for later</b></h4>
<p style="color:grey">    Available on phone and tablet,<br>    wherever you go</p></center>
</td>
<td width="100"></td>
<td>
   <right><img src="asset_website_UI.png" width="220" height="140"></right>
<center><h4 style="color:white;font-size:21px"><b>Use any computer</b></h4>
<p style="color:grey">Watch on Netflix.com</p>
<p style="color:black">    Watch on Netflix.com</p>
</center>
</table>
<table bgcolor="black" width="1350">
<tr><td><h6 style="color:white">Questions?Contact us.</h6></td></tr>
<tr height="7"> </tr>
<tr><td><h6 style="color:white">FAQ</h6></td>
<td><h6 style="color:white">Help center</h6></td>
<td><h6 style="color:white">Account</h6></td>
<td><h6 style="color:white">Media center</h6></td></tr>
<tr height="5"> </tr>
<tr><td><h6 style="color:white">Investor Relations</h6></td>
<td><h6 style="color:white">Jobs</h6></td>
<td><h6 style="color:white">Ways to watch</h6></td>
<td><h6 style="color:white">Terms of use</h6></td></tr>
<tr height="5"> </tr>
<tr><td><h6 style="color:white">Privacy</h6></td>
<td><h6 style="color:white">Cookie Preference</h6></td>
<td><h6 style="color:white">Corporate Information</h6></td>
<td><h6 style="color:white">Contact us</h6></td></tr>
<tr height="5"> </tr>
<tr><td><h6 style="color:white">Speed Test</h6></td>
<td><h6 style="color:white">Netflix Originals</h6></td></tr>
<tr height="10"> </tr>
<tr><td><h6 style="color:white">Netflix India</h6></td>
</table>
</body>
</html>