-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
27 lines (21 loc) · 1.07 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>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Lista de Atividades</title>
<meta name="description" content="An interactive getting started guide for Brackets.">
<link href="https://fonts.googleapis.com/css?family=Dosis" rel="stylesheet">
<link rel="stylesheet" href="index.css">
</head>
<body style="background-color:#80E6CC">
<a href="LMS/Atividade1/atividade%201.html" target="_blank">Atividade 1</a>
<a href="LMS/Atividade2/Atividade2.html" target="_blank">Atividade 2</a>
<a href="LMS/Atividade3/Atividade3.html" target=“_blank”> Atividade 3</a>
<a href="LMS/Atividade4/atividade4.html" target=“_blank”> Atividade 4</a>
<a href="LMS/Trabalho1/trabalho1.html" target=“_blank”> Trabalho 1</a>
<a href="LMS/Atividade5/Atividade5.html" target=“_blank”> Atividade 5</a>
<a href="LMS/Trabalho2/Trabalho2-final.html" target=“_blank”> Trabalho 2</a>
<a href="LMS/Trabalho3/galeriadeprodutos.html" target=“_blank”> Trabalho 3</a>
</body>
</html>