forked from kavinotravi/DBMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAboutManagement.php
27 lines (26 loc) · 1.34 KB
/
AboutManagement.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
<!Doctype>
<html>
<head>
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.css"/>
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap-theme.css"/>
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap-theme.min.css"/>
<script type="text/javascript" src="bootstrap/js/bootstrap.js"></script>
<link rel="stylesheet" type="text/css" href="css/home.css" />
<title>This project is developed by Group 7</title>
</head>
<body>
<div class="panel panel-default">
<div class="panel-heading"><h1 style="text-align: center;"><span class="glyphicon glyphicon-user"></span> About Project!</h1></div>
<div class="panel-body">
<div class="container">
<p style="text-align:center;">Group 7</p>
</div><br><br>
<h1><strong>Project title: </strong>University Management System</h1>
<h1><strong>Made by: </strong>CS 315:(Nipun, Pranjal, Prithviraj, Shubham, Ravi)</h1>
<h1><strong>College: </strong>IIT KANPUR</h1>
<h1><strong>Branch: </strong>EE/MTH</h1>
</div>
</div>
</body>
</html>