-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (22 loc) · 818 Bytes
/
index.html
File metadata and controls
23 lines (22 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<body>
<header class="cabecalho container">
<img src="img/logo.png"alt=logo do campo" class=""cabecalho_logo"title="imagem do pixabay
sobre o campo">
<!--<div class="logo">minha logo</div>-->
<nav class=""menu>
<ul>
<il><a href="#">Início</a></il
<li><a href="#">Sobre</a></li
<li><a href="#">Serviços</a></li>
<li><a href="#">Contato</a></li>
</ul>
</nav>
</header>
<main>
<section> class="principal container">
<h1 class="principal_título">Agrinho 2025</h1>
<p class="principal_texto">Festejando a Conexão Campo Cidade</p>
<a href="#"class="principal_botao botao">Venha se conectar</a>
</section>
</main>
</body>