-
Notifications
You must be signed in to change notification settings - Fork 23
/
index.php
65 lines (59 loc) · 2.3 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
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Free Bootstrap Admin Template : Binary Admin</title>
<!-- BOOTSTRAP STYLES-->
<link href="assets/css/bootstrap.css" rel="stylesheet" />
<!-- FONTAWESOME STYLES-->
<link href="assets/css/font-awesome.css" rel="stylesheet" />
<!-- MORRIS CHART STYLES-->
<!-- CUSTOM STYLES-->
<link href="assets/css/custom.css" rel="stylesheet" />
<!-- GOOGLE FONTS-->
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css' />
<!-- TABLE STYLES-->
<link href="assets/js/dataTables/dataTables.bootstrap.css" rel="stylesheet" />
<style>
body
{
background-image:url("img/image5.jpg");
}
</style>
<?php
include './Database/Controler.php';
?>
</head>
<body>
<b><center>
<font phase="Times New Roman"color="white" size="20%">
K.S. ATTENDANCE MANAGEMENT SYSTEM</b><br>
</font>
<center><br>
<br>
<img src="img/ks_logo.jpg" width="10%" height="15%"><br><br>
<br>
<font phase="Times New Roman"color="white" size="5%">
<div style="background-color: lightseagreen; height:8%; width:20%; margin-top:0%; margin-right:-10; align:left;padding: 1%;">
<b>Sign in</b>
</font><br> </center>
<div style="background-color: white; height:30%; width:20%; margin-top:0%; margin-right:-10; align:left;
padding: 1%">
<form method="post" role="form" enctype="multipart/form-data" >
<br> <input type="text" id="unm" name="unm" placeholder="Enter Username" class="form-control" required autofocus><br>
<input type="password" id="pwd" name="pwd" placeholder="Enter password" class="form-control" required><br>
<button type="submit" id="login" name="login" value="submit" class="btn btn-primary" style="width:50%">LogIn
</button>
</div>
</div>
</form>
<!-- JQUERY SCRIPTS -->
<script src="assets/js/jquery-1.10.2.js"></script>
<!-- BOOTSTRAP SCRIPTS -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- METISMENU SCRIPTS -->
<script src="assets/js/jquery.metisMenu.js"></script>
<!-- CUSTOM SCRIPTS -->
<script src="assets/js/custom.js"></script>
</body>
</html>