-
Notifications
You must be signed in to change notification settings - Fork 0
/
gerer_person.html
30 lines (25 loc) · 972 Bytes
/
gerer_person.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="menu.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
</head>
<body background="a.jpg">
<div class="header">
<center><p>PORTABLE ECG MONITORING</p></center>
</div>
<div class="box">
<ol class="odd center">
<li class="hex">
<div class="hex-content" onclick="location.href='ajouter.html';">Ajouter une Personne<br><center><i class="material-icons" style="font-size:36px">add_box</i></center></div>
</li>
<li class="hex">
<div class="hex-content" onclick="location.href='modifier.php';">Modifier une Personne<br><center> <i class="material-icons" style="font-size:36px">create</i></center></div>
</li>
<li class="hex">
<div class="hex-content" onclick="location.href='supprimer.php';">Supprimer une Personne<br><center><i class="material-icons" style="font-size:36px">clear</i></center></div>
</li>
</ol>
</div>
</body>
</html>