-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstate.php
49 lines (46 loc) · 1.17 KB
/
state.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
45
46
47
48
49
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset='utf-8'>
<title>Tracker Solaire</title>
<link rel="icon" href="assets/images/logo.ico"/>
<link rel="stylesheet" type="text/css" href="assets/css/barre.css"/>
</head>
<body>
</body>
<footer><!---====FOOTER====-->
<div>
<div class="text">
TS4 - ISN © 2018-2019
</div>
<div class= "text">
|
</div>
<div style="color:blue;text-decoration:underline;" class="text">
Léa JEAN
</div>
<div class= "text">
|
</div>
<div class= "text">
<a href="https://lanryu.000webhostapp.com/">Adélaïde LOUIS</a>
</div>
<div class= "text">
|
</div>
<div class= "text">
<a href="https://lost-sh.000webhostapp.com/">Yohann VERNHES</a>
</div>
<div class= "text">
|
</div>
<div class= "text">
<a style="color: black;text-decoration: none;" href="https://lyceeduruy.fr/">Lycée Victor Duruy</a>
</div>
<div class= "accueil">
<a style="color: black;text-decoration: none;" href="index.html">ACCUEIL</a>
</div>
</div>
</footer>
<script type="text/javascript" src="assets/js/anim-fondHead.js"></script>
</html>