-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (36 loc) · 1.25 KB
/
index.html
File metadata and controls
40 lines (36 loc) · 1.25 KB
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="keywords" content="">
<title>futebol</title>
<link rel="img/favicon.ico" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<!--CSS Bootstrap-->
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
</head>
<div class="container"></div>
<body>
<!-- Cabeçalho -->
<header id="inicio">
<div class="container flex">
<div class="logo">
<img src="img/banner.jpg" alt="Logo Front End">
</div>
<nav class="menu">
<input type="checkbox" name="check" id="check">
<label for="check">☰</label> <!-- ☰ é o ícone dos três pontos .. -->
<ul>
<li><a href="#inicio">Início</a></li>
<li><a href="#sobre">Sobre</a></li>
<li><a href="#conteudo">Conteúdo</a></li>
<li><a href="#contatos">Contatos</a></li>
</ul>
</nav>
</div>
</header>
<!-- Destaque -->
</body>
</html>