-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (35 loc) · 1.08 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav class="navbar">
<div class="shades">
<img>
</div>
<div class="link">
<a href="#">Free Landing Pages</a>
<a href="#">Features</a>
<a href="#">Services</a>
<a href="#">Pricing</a>
<a href="#">Contact</a>
</div>
<div class="start">
<button class="get_started">Get started</button>
</div>
</nav>
<div class="center">
<h6>PRESENT YOUR SERVICE</h6>
<h1>Make landing page <br>fast and easily.</h1>
<h5 class="create">Create custom landing pages with Shades that convent <br> more visitors than any website-no coding required</h5>
<div class="emailInsert">
<input placeholder="Enter your email" class="inputbar">
<button class="subscribe">Subscribe</button>
</div>
</div>
</body>
</html>