-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (52 loc) · 1.49 KB
/
Copy pathindex.html
File metadata and controls
52 lines (52 loc) · 1.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WhatsApp</title>
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<!-- container start -->
<div id="container">
<!-- header start -->
<header>
<div class="logo"></div>
<div class="navbar">
<a href="#">Whatsapp Web</a>
<a href="#">Features</a>
<a href="#">Download</a>
<a href="#">Security</a>
<a href="#">faq</a>
<a href="#">EN </a>
</div>
</header>
<!-- header end -->
<!-- main section start -->
<main>
<!-- contains some highlights and links -->
<div class="contentBox"></div>
<!-- mockup -->
<div class="mockup"></div>
<!-- featuring business whatsapp -->
<div class="business_whatsapp"></div>
<!-- featuring high end security -->
<div class="security_feature"></div>
<!-- explore features -->
<div class="explore"></div>
</main>
<!-- main section end -->
<!-- footer start -->
<footer>
<div class="whatsapp"></div>
<div class="company"></div>
<div class="download"></div>
<div class="help"></div>
<div class="bottom_footer"></div>
</footer>
<!-- footer end -->
</div>
<!-- container end -->
<script src="js/script.js"></script>
</body>
</html>