-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (25 loc) · 1.05 KB
/
index.html
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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./index-styles.css">
<title>Programação para Internet — Vinícius H. A. Praxedes</title>
</head>
<body>
<header>
<h1>Trabalhos e Exercícios de Programação para Internet</h1>
<h2>Vinícius Henrique Almeida Praxedes</h2>
</header>
<section id='exercsMenu'>
<p><a class="failed">Trabalho 1 — 11/03/2021</a></p>
<p><a class="failed">Trabalho 2 — 24/03/2021</a></p>
<p><a href="./trabalho3/index.html">Trabalho 3 — 03/04/2021</a></p>
<p><a href="./trabalho4/index.html">Trabalho 4 — 13/04/2021</a></p>
<p><a href="./trabalho5/index.html">Trabalho 5 — 25/04/2021</a></p>
<p><a href="./trabalho6/index.html">Trabalho 6 — 09/05/2021</a></p>
<p><a href="./trabalho7/index.html">Trabalho 7 — 26/05/2021</a></p>
</section>
</body>
</html>