-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparametre_profil.php
More file actions
40 lines (24 loc) · 1.02 KB
/
Copy pathparametre_profil.php
File metadata and controls
40 lines (24 loc) · 1.02 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
<?php
session_start();
?>
<!DOCTYPE html>
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8" />
<link rel="stylesheet" href="accueil.css" />
<title> FortBoyardProfessionnel </title>
</head>
<body>
<h2>Gérez vos informations personnelles en quelques clics</h2>
<ul>
<button type="button" class="gbutton" onclick="loadAfficherAmi()">Amis</button>
<button type="button" class="gbutton" onclick="loadVoir()">Voir son profil</button>
<button type="button" class="gbutton" onclick="loadModif()">Modifier son profil</button>
<button type="button" class="sbutton" onclick="loadDeco()">Se déconnecterr</button>
</ul>
<section>
<p id="accueil_profil"></p>
</section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js"></script>
</body>
</html>