-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexplore.html
More file actions
36 lines (36 loc) · 1.4 KB
/
explore.html
File metadata and controls
36 lines (36 loc) · 1.4 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Explore</title>
<link rel="stylesheet" href="explore.css">
</head>
<body>
<div class="card">
<div class="tools">
<div class="circle">
<span class="red box"></span>
</div>
<div class="circle">
<span class="yellow box"></span>
</div>
<div class="circle">
<span class="green box"></span>
</div>
</div>
<div class="card__content">
<div class="links">
<h1> ‹<span id="ama">a</span> <span id="verd">href</span>=<br><span id="azu">"/explore.html"</span>›<br>‹/<span id="ama">a</span>›</h1>
<ul>
<li><a href="codeproject.html"> Início </a></li>
<li><a href="programação.html"> Programação </a></li>
<li><a href="nosso-cotidiano.html"> Em Nosso Cotidiano </a></li>
<li><a href="primeiros-codigos.html"> Os Primeiros Códigos </a></li>
<li><a href="recursos-de-aprendizagem.html"> Recursos de Aprendizagem </a></li>
</ul>
</div>
</div>
</div>
</body>
</html>