-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 945 Bytes
/
index.html
File metadata and controls
27 lines (27 loc) · 945 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Projetos</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<h1>Projetos com JavaScript</h1>
<div class="box">
<div class="botoes">
<a class="urna" href="urna/index.html">Urna Eletrônica</a>
<a class="slider" href="slidershow/index.html">Slider Show</a>
<a class="form" href="form/index.html">Validador de Formulário</a>
</div>
<div class="descricao">
Autor: Mateus Gomes de Souza <br>
<a href="https://github.com/mateusgs29/3-projetos-javascript">
https://github.com/mateusgs29/3-projetos-javascript
</a>
</div>
</div>
</div>
</body>
</html>