-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHome.html
56 lines (56 loc) · 1.72 KB
/
Home.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Homepage</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
</head>
<body>
<header>
<img src="http://www.mnartists.org/sites/mnartists.org/themes/mnartists/images/fav-star.svg" alt="Chamada de img">
<nav class="menu">
<ul>
<l1>Site 1</l1>
<l1>Site 2</l1>
</ul>
</nav>
</header>
<section>
<h1>Hi</h1>
<p>Hallo</p>
</section>
<section>
<nav class="hiin">
<h1>Musip Merol</h1>
<div class="content-align">
<div class="col"></div>
<div class="col"></div>
<div class="col"></div>
<div class="col"></div>
<div class="col"></div>
<div class="col"></div>
<div class="col"></div>
<div class="col"></div>
</div>
</nav>
</section>
<section class="flex-box">
<div class="flex-col">
<p>Lipsum</p>
</div>
<div class="flex-col">
<p>
</p>
</div>
<div class="flex-col">
<p>
</p>
</div>
</section>
<footer>
<p>vários nadas</p>
</footer>
</body>
</html>