-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.php
25 lines (24 loc) · 961 Bytes
/
home.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
<?php
?>
<!DOCTYPE html>
<html>
<head>
<title>
Library Managemenr System
</title>
<link rel="stylesheet" type="text/css" href="CSS/styleHome.css">
</head>
<body background="Images/home.jpg">
<center>
<div>
<img src="Images/home1.jpg" class = "topImage">
</div>
<br>
<div id = "bottomLayout">
<br><h2 id = "linkAdmin"> ADMIN </h2>
<div id ="bottom-left"><a href = "adminRegister.php" id = "linkAdmin"><img src = "Images/admin.png" height = "200" width = "200"><br><p id ="bottomContentLeft"> Registration </p></a></div>
<div id ="bottom-right"><a href = "adminLogin.php" id = "linkStudent"><img src = "Images/adminLogin.png" height = "200" width = "200"><br><p id ="bottomContentRight"> Login </p></a></div><br><br>
</div>
</center>
</body>
</html>