-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathindex.php
88 lines (70 loc) · 2.9 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE HTML>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>School management system</title>
<link href="admin/css/style.css" rel="stylesheet" type="text/css" />
<link href="admin/css/style1.css" rel="stylesheet" type="text/css" />
<link href="admin/css/style2.css" rel="stylesheet" type="text/css"/>
<style>
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #dddddd;
}</style>
</head>
<body >
<div class="container">
<div class="b">
<img src="img/logo.png" width="140" height="140" alt="Silver logo" align="middle"/>
<font size="+4"> School Management System</p></font>
<div class="secondthree">
<div class="FIRST">
<ul><b>
<li><a href="admin/index.php"><p><font color="red"><img src="img/h.png" width="16" height="16" align="right"/>Home</p></a></center></li>
<li><a href="#"><img src="img/i.png" width="16" height="16" align="right"/>About</a></center></li>
<li><a href="#"><img src="img/a.png" width="20" height="20" align="right"/>Administration</a></center></b>
<div class="SEC">
<ul>
<li><a href="admin/Admin_log.php"><img src="img/arr.png" width="15" height="15" align="left"/>Admin login</a>
</ul>
</div>
<b>
<li><a href=""><img src="img/ac.png" width="20" height="20" align="right"/>Academic</a></center></li>
<li><a href=""><img src="img/f.png" width="18" height="18" align="right"/>Faculty</a></center></li>
<li><a href=""><img src="img/f.png" width="18" height="18" align="right"/>Admission</a></center></li>
<li><a href=""><img src="img/std.png" width="20" height="20" align="right"/>Student</a></center></b>
<div class="SEC">
<ul>
<li><a href="admin/std_reg.php"><img src="img/arr.png" width="18" height="18" align="left"/>Student Registration</a>
<li><a href="admin/std_log.php"><img src="img/arr.png" width="18" height="18" align="left"/>Student login</a>
</ul>
</div>
</li>
<b>
<li><a href=""><img src="img/in.png" width="18" height="18" align="right"/>International</a></center></li>
<li><a href=""><img src="img/oth.png" width="16" height="16" align="right"/>Other</a></center></li>
</b>
</ul>
</div>
<div class="MIDDLE">
<img src="img/uni.jpg" alt="" />
</div>
</div><br><br><br><br>
<div class="copyright">
<center>
<b>©Saad All Right Reserved</b>
</center>
</div>
</div>
</div>
</body>
</html>