-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
44 lines (39 loc) · 972 Bytes
/
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
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<title>Rebild landing page</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Alexandre Moraes">
<meta name="description" content="Landing Page exercise">
<meta name="keywords" content="Palavras chave">
<link rel="stylesheet" type="text/css" href="rebild.css">
</head>
<body>
<main id="index">
<div class="above-index">
<div class="container">
<header>
<div class="logo-header">
<h2>LogoSite</h2>
</div>
</header>
<section class="title-btn">
<div class="title">
<h1>This is the title for this site</h1>
</div>
<div class="btn">
<a href="rebild_form.html"><button>Subscribe</button></a>
</div>
</section>
</div>
</div>
</main>
<footer>
<div class="container">
<p>Dree WebDesign, Copyright.</p>
</div>
</footer>
</body>
</html>