-
Notifications
You must be signed in to change notification settings - Fork 2
/
mainpage.html
38 lines (31 loc) · 878 Bytes
/
mainpage.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
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html5>
<html>
<head>
<title></title>
<link type="text/css" rel="stylesheet" href="stylesheet.css">
</head>
<body >
<div id="header">
<!--historyden.com-->
<h3 style="color:black;"><img src="mvgr.jpg" style="float:left;width:55px;height:55px;">MVGR COLLEGE OF ENGINEERING<img src="mvgr.jpg" style="float:right;width:55px;height:55px;"></h3>
</div>
<div id="navbar">
<h3 style="font-size:25px">COUNSELLOR PORTAL MANAGEMENT</h3>
</div>
<div class="main" >
<iframe height="100%" width="100%" src="sidebar.html">
</iframe>
</div>
<div id="footer">
<ul>
<li><a href="">About</a></li>
<li><a href="">Careers</a></li>
<li><a href="">Help</a></li>
<li><a href="">Contact us</a></li>
</ul>
© 2019 IT Dept. all rights are reserved.
<!--here © will provide copyrights logo-->
</div>
<!--duplicate-->
</body>
</html>