-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstudWrong.php
More file actions
24 lines (23 loc) · 853 Bytes
/
studWrong.php
File metadata and controls
24 lines (23 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
?>
<!DOCTYPE html>
<html>
<head>
<title>
Library Managemenr System
</title>
<link rel="stylesheet" type="text/css" href="CSS/studWrongStyle.css">
</head>
<body background="Images/home.jpg">
<center>
<div>
<img src="Images/home1.jpg" class = "topImage">
</div>
<br>
<div id = "bottomLayout">
<div id ="bottom-left"><a href = "studentHome.php" id = "linkAdmin"><img src = "Images/students.png" height = "200" width = "200"><br><h2 id ="bottomContentLeft"> Student </h2></a></div>
<div id ="bottom-right"><img src="Images/wrong.jpg" id = wrongImage><p id ="wrongUserPass">Wrong username or password</p></div>
</div>
</center>
</body>
</html>