-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
34 lines (34 loc) · 894 Bytes
/
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
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ludovic Dumas</title>
</head>
<body>
<ul>
<li>
<a href="p2/index.html">P2 - Transformez votre CV en site Web</a>
</li>
<li>
<a href="p3/index.html"
>P3 -Dynamisez une page web avec des animations CSS</a
>
</li>
<li>
<a href="p4/index.html">P4 - Optimisez un site web existant</a>
</li>
<li>
<a href="P4-Startingwebsite/index.html">P4 - original</a>
</li>
<li>
<a href="p5/front/index.html">P5 Orinoco</a>
</li>
<li>
<a href="https://neuroloops.github.io/openclassrooms-p5/dist/index.html"
>P5 Orinoco v2 avec tailwindcss et webpack
</a>
</li>
</ul>
</body>
</html>