-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 789 Bytes
/
index.html
File metadata and controls
20 lines (20 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Les exercices en Javascript</title>
</head>
<body>
<h1>Voici les productions Js :</h1>
<ol>
<li><a href="[01]LaConsole/index.html">[01]La Console</a></li>
<li><a href="[02]ExoRetrouvailles/index.html">[02]ExoRetrouvailles</a></li>
<li><a href="[02]RetrouvaillesResultats/index.html">[02-bis]RendusRetrouvailles</a></li>
<li><a href="[03]RetrouvaillesResultats/index.html">[03]RetrouvaillesResultats</a></li>
<li><a href="[04]KnightLab/index.html">[04]KnightLab</a></li>
<li><a href="[05]carroussel/index.html">[05]carroussel</a></li>
</ol>
</body>
</html>