forked from SayantanPatra/Library-Management-System
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.html
More file actions
37 lines (25 loc) · 781 Bytes
/
project.html
File metadata and controls
37 lines (25 loc) · 781 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
25
26
27
28
<!Doctype html>
<html>
<head>
<title>LIBRARY MANAGEMENT SYSTEM</title>
<link rel="shortcut icon" href="download.ico">
<link rel="stylesheet" href="css1.css">
<script src="java1.js" type="text/javascript"></script>
</head>
<body>
<div class="grid-container">
<div class="iteam1">
<div style="background-color:rgba(0,0,0,0.5);">
<a href="liru.html">LIBRARY RULES </a>
<a href="physics.html">PHYSICS</a>
<a href="maths.html">MATHEMATICS</a>
<a href="mech.html">MECHANICS</a>
<a href="issue.html">ISSUING BOOKS</a>
<a href="return.html">RETURNING BOOKS</a>
</div>
<br><br><br>
<center><div style="margin-top:10%;font-size:60px;font-family:sans-serif;font-weight:bold;background-color:rgba(0,0,0,0.5);width:40%;">
LIBRARY MANAGEMENT SYSTEM</div>
</center>
</body>
</html>