-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtopframe.html
28 lines (26 loc) · 1.19 KB
/
topframe.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body style="overflow: hidden;margin: 0;padding: 0;">
<table border="1" height="185px" width="100%" cellspacing="0">
<tr bgcolor="#8E7AB5">
<td height="100px" width="120px"><img src="logo.jpeg" height="100px" width="100px" align="center">
</td>
<td colspan="4"><font color="White" align="center"><h3>ABES Engineering College Book store</h3></font><br>
<marquee><b>Ayush Jain 2300320120075 CS "B"</b></marquee>
</td>
</tr>
<tr bgcolor="#B784B7">
<td align="center" ><a href="home.html" target="rightframe">Home</a></td>
<td align="center" ><a href="login.html" target="rightframe">Login</a></td>
<td align="center" ><a href="Registration.html" target="rightframe">Registration</a></td>
<td align="center" ><a href="Catalouge.html" target="rightframe">Catalouge</a></td>
<td align="center" ><a href="cart.html" target="rightframe">Cart</a></td>
</tr>
</table>
</body>
</html>