-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
44 lines (42 loc) · 1.88 KB
/
index.php
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
<html>
<head>
<title>Plateforme ESSA</title>
<meta charset="UTF-8" />
<link rel="stylesheet" href="./resources/css/bootstrap.min.css">
<link rel="stylesheet" href="./resources/css/essa.css" />
</head>
<body>
<?php
include ("header.php");
?>
<section class="content1">
<marquee bgcolor="blue">
<img src="ESSA.PNG" height="150" width="250" />
<img src="CAMES.PNG" height="150" width="250" />
<img src="ANAQ.JPG" height="150" width="250" />
<img src="ESSA1.JPG" height="150" width="250" />
<img src="ESSA2.JPG" height="150" width="250" />
<img src="ESSA4.JPG" height="150" width="250" />
<img src="ESSA5.JPG" height="150" width="250" />
<img src="ESSA6.JPG" height="150" width="250" />
<img src="ESSA7.JPG" height="150" width="250" />
<img src="ESSA8.JPG" height="150" width="250" />
<img src="ESSA9.JPG" height="150" width="250" />
<img src="ESSA10.JPG" height="150" width="250" />
<img src="ESSA11.JPG" height="150" width="250" />
<img src="ESSA12.JPG" height="150" width="250" />
<img src="ESSA13.JPG" height="150" width="250" />
<img src="ESSA14.PNG" height="150" width="250" />
<img src="ESSA15.PNG" height="150" width="250" />
<img src="ESSA16.PNG" height="150" width="250" />
<img src="ESSA17.JPG" height="150" width="250" />
<img src="ESSA18.JPG" height="150" width="250" />
<img src="ESSA19.JPG" height="150" width="250" />
</marquee>
</section>
<section class="ff">
<marquee direction="up"> <a href="notifs.php" class="btn btn-primary btn-lg active" role="button"
aria-pressed="true">REGARDER LES NOTIFICATIONS</a></marquee>
</section>
</body>
</html>