-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
114 lines (98 loc) · 4.37 KB
/
index.html
File metadata and controls
114 lines (98 loc) · 4.37 KB
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
<!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">
<title>WhatsApp</title>
<link rel="icon" type="image/x-icon" href="./pic/url pic.png">
<link href="style.css" type="text/css" rel="stylesheet">
</head >
<body class="main" style="font-family:Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;">
<div class="header">
<div class="logo">
<img width="160px" src="pic/whatsapplogo.png" >
<div class="whatsapp">
<h1></h1>
</div>
</div>
<div class="option">
<a>WHATSAPP WEB</a>
<a>FEATURES</a>
<a>DOWNLOAD</a>
<a>PRIVACY</a>
<a>HELP CENTER</a>
<img height="18px" src="pic/enlogo.png" alt="">
</div>
</div>
<div class="white">
<div class="par">
<h1 >Simple. Secure.<br>
Reliable messaging.</h1>
<p class="paraone"> With WhatsApp, you'll get fast, simple, secure<br> messaging and calling for free*, available on<br> phones all over the world.</p>
<p class="paratwo">* Data charges may apply. Contact your provider for <br> details.</p>
<div class="droid">
<img width="240px" src="./pic/droid.png" alt="">
</div>
</div>
<div class="mobile">
<img width="240px" src="./pic/mobile.png" alt="">
</div>
</div>
<section></section>
<div class="mainwhite">
<div class="ash">
<h2 class="bussiness">WhatsApp Business App</h2>
<p><a class="bus">WhatsApp Business </a>
is a free to download app that was built <br>with the small business owner in mind. Create a catalog to <br>showcase your products and services. Connect with your<br> customers easily by using tools to automate, sort and quickly<br> respond to messages.</p>
<p>WhatsApp can also help medium and large businesses<br> provide customer support and deliver important notifications<br> to customers. Learn more about <a class="bus">Whatsapp Bussiness API.</a></p>
<div class="mobe"></div>
</div>
<div class="brown">
<div class="round"></div>
<h2 class="end">END-TO-END ENCRYPTION</h2>
<h1 class="default">Security by Default</h1>
<p class="same">Some of your most personal moments are shared on<br> WhatsApp, which is why we built end-to-end encryption into<br> the latest versions of our app. When end-to-end encrypted,<br> your messages and calls are secured so only you and the<br> person you're communicating with can read or listen to them,<br> and nobody in between, not even WhatsApp.</p>
</div>
</div>
</div>
<button class="exp">EXPLORE FEATURES</button>
<div class="last">
<div class="lastone">
<h2>WHATSAPP</h2><br>
<p>Features</p>
<p>Download</p>
<p>WhatsApp Web</p>
<p>Business</p>
<p>Privacy</p>
</div>
<div class="lasttwo">
<h2>COMPANY</h2>
<br>
<p>About</p>
<p>Carrers</p>
<p>Brand Center</p>
<p>Get in touch</p>
<p>Blog</p>
<p>Whatsapp Stories</p>
</div>
<div class="lastthree">
<h2>DOWNLOAD</h2><br>
<p>Mac/PC</p>
<P>Android</P>
<p>iPhone</p>
</div>
<div class="lastfour">
<h2>HELP</h2><br>
<p>Help Center</p>
<p>Twitter</p>
<p>Facebook</p>
<p>Coronavirus</p>
</div>
<div class="final">
<div class="llc"><h2>2022 © WhatsApp LLC</h2></div>
<div class="privacy"><h2>Privacy & Terms ></h2></div>
</div>
</div>
</body>
</html>