-
Notifications
You must be signed in to change notification settings - Fork 1
/
home.html
53 lines (52 loc) · 2.03 KB
/
home.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.style2 {
font-size: 24px;
color: #FFFFFF;
}
.style4 {font-size: 12px}
a:link {
color: #00FF33;
}
a:visited {
color: #00FFFF;
}
a:hover {
color: #CC0033;
}
a:active {
color: #3399FF;
}
body,td,th {
color: #00FFFF;
font-style: italic;
}
-->
</style>
</head>
<body>
<table width="100%" height="237" border="2" cellpadding="0" cellspacing="0" background="images/index_07-081.jpg">
<tr>
<td height="75" colspan="7" background="images/index1_03.jpg"><div align="center" class="style2"><em><marquee behavior="alternate">Online Course Portal</marquee> </em></div></td>
</tr>
<tr>
<td width="15%" height="117" colspan="7"><img src="images/ED001204.jpg" width="191" height="112"><img src="images/VCComp8.jpg" width="200" height="112"><img src="images/ED001032.jpg" width="187" height="112"><img src="images/FAA023000428.jpg" width="177" height="113"><img src="images/titleimage1.jpg" width="179" height="112"><img src="images/lib.jpg" width="153" height="113"><img src="images/images.jpg" width="143" height="112"></td>
</tr>
<tr background="images/index1_03.jpg">
<td width="14%" height="28"><div align="center"><a href="Admission.jsp" class="style2">Home</a></div></td>
<td width="14%"><div align="center"><a href="Faculties.jsp" class="style2">Faculties</a></div></td>
<td width="14%"><div align="center"><a href="Courses.jsp" class="style2">Courses</a></div></td>
<td width="14%"><div align="center"><a href="Colleges.jsp" class="style2">Colleges</a></div></td>
<td width="14%"><div align="center"><a href="Result.jsp" class="style2">Results</a></div></td>
<td width="14%"><div align="center"><a href="About.jsp" class="style2">About</a></div></td>
<td width="14%"><div align="center"><a href="Login.jsp" class="style2">Login</a></div></td>
</tr>
</table>
</body>
</html>