-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
executable file
·69 lines (49 loc) · 1.73 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Attendance Management System</title>
<meta name="keywords" content="tile, buttons, metro, button, ui, template, theme, modern, clean, css, css3 " />
<meta name="description" content="SONHLAB Tile Buttons for Metro UI Template - CSS Plugins" />
<script type="text/javascript">
if (top != self) {
window.open(self.location.href, '_top');
}
</script>
<!--<link href='http://fonts.googleapis.com/css?family=Archivo+Narrow' rel='stylesheet' type='text/css' />-->
<link rel="stylesheet" href="css/sonhlab-tile-buttons.css" type="text/css" />
<link rel="stylesheet" href="/project2/css/ll.css" type="text/css">
</head>
<body>
<div class="a" >
<center>
<p>Attendance Management System</p>
</center>
</div>
<div>
<center>
<img src="/project2/images/2.png" height="150"/>
</center>
</div>
<!-- MAINFORM -->
<div id="mainform">
</br></br></br></br>
<div class="button-holder">
<!-- Button 1 -->
<div class="tile-bt-2 solid-darkgreen shadow-black floatleft margin-5" >
<a href="/project2/php/tchr_login_2.php" class="gradient">
<span class="light-text">Login</span>
</a>
</div>
<!-- End Button 1 -->
<!-- Button 2 -->
<div class="tile-bt-2 solid-darkgreen shadow-black floatleft margin-5">
<a href="/project2/php/att_check.php" class="gradient">
<span class="light-text">Check Attendance</span>
</a>
</div>
<!-- End Button 2 -->
</div>
<!-- END MAINFORM -->
</body>
</html>