-
Notifications
You must be signed in to change notification settings - Fork 0
/
planification.html
69 lines (69 loc) · 1.86 KB
/
planification.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
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
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html>
<head>
<link rel="icon" type="image/x-icon" href="https://upload.wikimedia.org/wikipedia/commons/6/69/June_odd-eyed-cat_cropped.jpg"></link>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
<title>Planification du projet</title>
</head>
<body>
<table id="plan">
<caption><h1>Planification du projet</h1></caption>
<tr>
<th>Tache</th>
<th>Personne</th>
<th>Contenu</th>
<th>Date de Début</th>
<th>Date de Fin</th>
</tr>
<tr>
<td>Faire le planning</td>
<td>Clément</td>
<td>Finit cette page</td>
<td>21/3</td>
<td>28/3</td>
</tr>
<tr>
<td>compter les mots</td>
<td>Antoine</td>
<td>afficher les mots les plus taper dans l'ordre des plus tapés</td>
<td>14/3</td>
<td>18/3</td>
</tr>
<tr>
<td>Faire le style</td>
<td>Clément</td>
<td>Rendre le site beau</td>
<td></td>
<td>28/3</td>
</tr>
<tr>
<td>Faire les stats</td>
<td>Antoine</td>
<td>afficher les mots les plus taper dans un autre div et enlever le code de ça du fichier reception.php</td>
<td>21/3</td>
<td>21/3</td>
</tr>
<tr>
<td>Faire le planning</td>
<td>Clément</td>
<td>Finit cette page</td>
<td>21/3</td>
<td>28/3</td>
</tr>
<tr>
<td>Nom d'utilisateur</td>
<td>Antoine</td>
<td>cokaina</td>
<td>25/3</td>
<td>?</td>
</tr>
</table>
<a href="index.html">
Acceuil
<i class="fa fa-undo"></i>
</a>
</body>
</html>