-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 1009 Bytes
/
index.html
File metadata and controls
28 lines (28 loc) · 1009 Bytes
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Agrinho 2025 / Achiles</title>
</head>
<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">MinhaLogo</div>-->
<nav class="menu">
<ul>
<li><a href="#">Início</a></li>
<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="pincipal container">
<h1 class="principal_titulo">Agrinho 2025</h1>
<p class="principal_texto">Festejando a Conexão Campo Cidade</p>
<a href="#" class="pincipal_botao botao">Venha se conectar</a>
</section>
</main>
</body>