-
Notifications
You must be signed in to change notification settings - Fork 0
/
redes.html
54 lines (52 loc) · 2.17 KB
/
redes.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
<!DOCTYPE html>
<html lang="ptbr">
<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>Redes</title>
<link rel="icon" type="image/png" href="img/market.png">
<link rel = "stylesheet" href="reset.css">
<link rel = "stylesheet" href="produtos.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@200&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div id="caixa">
<nav>
<ul class="menu">
<li><a href="login.html" target="_self">Login</a></li>
<li><a href="index.html" target="_self">Home</a></li>
<li><a href="empresa.html" target="_self">Empresa</a></li>
<li><a href="produtos.html" target="_self">Produtos</a>
<ul>
<li><a href="quadros.html">Quadros</a></li>
<li><a href="tabuas.html">Tábuas</a></li>
<li><a href="oculos.html">Óculos</a></li>
<li><a href="relogio.html">Relógio</a></li>
<li><a href="brindes.html">Abridor</a></li>
</ul>
</li>
<li><a href="redes.html" target="_self">Redes</a></li>
<li>Search<img src="img/lupa.png" width="68px" height="34px"></li>
</ul>
</nav>
<h1>Loja amadeirada</h1>
</div>
</header>
<div id = "caixa_redes">
<ul class="redes">
<li>
<img src="img/iconface.png" width="150px" height="150px">
<p>@lojaamadeirada</p>
</li>
<li>
<img src="img/iconisnta.png" width="150px" height="150px">
<p>@lojaamadeirada</p>
</li>
</ul>
</div>
</body>
</html>