-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbho.html
26 lines (25 loc) · 981 Bytes
/
bho.html
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
<!DOCTYPE html>
<html>
<head>
<title>Front Page</title>
<link rel="stylesheet" href="home.css">
</head>
<body>
<div class="imgcontainer">
<img src="bk.jpg" alt="image"class="image">
</div>
<h2>wELCOME OUR E-LIBRARY....YOU CAN GET A LOT OF BOOKS AND ALSO UPLOAD YOUR BOOKS TOO...</h2>
<div class="menu">
<a href="bho.html">Home</a>
<a href="StudentLogin.html">Student Login</a>
<a href="AdminLogin.html">Admin Login</a>
<a href="Logout.html">Logout</a>
</div>
<p>
This is E - library for student.<br> Who can upload books and also download books.
</p>
<div class="footer">
<p class="footer">© 2023 by Library; E-library. All Rights Reserved.</p>
</div>
</body>
</html>