-
Notifications
You must be signed in to change notification settings - Fork 0
/
menu.html
31 lines (26 loc) · 993 Bytes
/
menu.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
<!DOCTYPE html>
<html>
<head>
<meta charset="iso-8859-1">
<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>ECG IDENTIFYING SYSTEM</p></center>
</div>
<div class="box">
<ol class="odd center">
<li class="hex">
<div class="hex-content" onclick="location.href='testmanuel.php';">Test Manuel <br><center><i class="material-icons" style="font-size:36px">build</i></center></div>
</li>
<li class="hex">
<div class="hex-content" onclick="location.href='gerer_person.html';">Gerer les personnes<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='rec.php';">Reconnaissance Auto<br><center><i class="material-icons" style="font-size:36px">fingerprint</i></center></div>
</li>
</ol>
</div>
</body>
</html>