-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.php
More file actions
61 lines (59 loc) · 1.67 KB
/
index.php
File metadata and controls
61 lines (59 loc) · 1.67 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>PHP - Bases</title>
</head>
<body>
<h1>Les bases de PHP</h1>
<h4>Liste des exercices:</h4>
<ul>
<li>
<a href="/exersices/exo01/exo1.html">Exo1</a>
</li>
<li>
<a href="/exersices/exo02/exo2.html">Exo2</a>
</li>
<li>
<a href="/exersices/exo03/exo3.html">Exo3</a>
</li>
<li>
<a href="/exersices/exo04/exo4.html">Exo4</a>
</li>
<li>
<a href="/exersices/exo05/exo5.html">Exo5</a>
</li>
<li>
<a href="/exersices/exo06/exo6.html">Exo6</a>
</li>
<li>
<a href="/exersices/exo07/exo7.html">Exo7</a>
</li>
<li>
<a href="/exersices/exo08/exo8.html">Exo8</a>
</li>
<li>
<a href="/exersices/exo09/exo9.html">Exo9</a>
</li>
<li>
<a href="/exersices/exo10/exo10.html">Exo10</a>
</li>
<li>
<a href="/exersices/exo11/exo11.html">Exo11</a>
</li>
<li>
<a href="/exersices/exo12/exo12.html">Exo12</a>
</li>
<li>
<a href="/exersices/exo13/exo13.html">Exo13</a>
</li>
</ul>
<h4>En plus :</h4>
<ul>
<li><a href="https://github.com/Manapyzz/php-basic/tree/master/exersices/train-array">Entrainement avec les tableaux (array)</a></li>
</ul>
</body>
</html>