-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (23 loc) · 922 Bytes
/
index.html
File metadata and controls
31 lines (23 loc) · 922 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
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>index</title>
</head>
<body>
<h1><a href="CartoTD1/Exo2/TD1_exo2.html">Lien vers TD1 Exo 2</a></h1>
<h1><a href="CartoTD1/Exo3/TD1_exo3.html">Lien vers TD1 Exo 3</a></h1>
<h1><a href="CartoTD1/Exo4/TD1_exo4.html">Lien vers TD1 Exo 4</a></h1>
<h1><a href="CartoTD1/Bonus/TD1_bonus.html">Lien vers TD1 Bonus</a></h1>
<br/>
<h1><a href="CartoTD2/Exo1.html">Lien vers TD2 Exo1</a></h1>
<h1><a href="CartoTD2/Exo2.html">Lien vers TD2 Exo2</a></h1>
<h1><a href="CartoTD2/Exo3.html">Lien vers TD2 Exo3</a></h1>
<br/>
<h1><a href="CartoTD3/TreeJS/index.html">Lien vers TD3 Exo1</a></h1>
<h1><a href="CartoTD3/BabyloneJS/Exo2.html">Lien vers TD3 Exo1</a></h1>
<br/>
<h1><a href="CartoTD4/Exercice1.html">Lien vers TD4 Exo1</a></h1>
</body>
</html>