forked from Manapyzz/php-basic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
47 lines (46 loc) · 1.22 KB
/
index.php
File metadata and controls
47 lines (46 loc) · 1.22 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
<!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/exo1/exo1.html">Exo1</a>
</li>
<li>
<a href="/exersices/exo2/exo2.html">Exo2</a>
</li>
<li>
<a href="/exersices/exo3/exo3.html">Exo3</a>
</li>
<li>
<a href="/exersices/exo4/exo4.html">Exo4</a>
</li>
<li>
<a href="/exersices/exo5/exo5.html">Exo5</a>
</li>
<li>
<a href="/exersices/exo6/exo6.html">Exo6</a>
</li>
<li>
<a href="/exersices/exo7/exo7.html">Exo7</a>
</li>
<li>
<a href="/exersices/exo8/exo8.html">Exo8</a>
</li>
<li>
<a href="/exersices/exo9/exo9.html">Exo9</a>
</li>
<li>
<a href="/exersices/exo10/exo10.html">Exo10</a>
</li>
</ul>
</body>
</html>