-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhead.html
24 lines (21 loc) · 900 Bytes
/
head.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
<html>
<head>
<title>head page</title>
</head>
<body>
<font face="Arial Black" size="3">
<table border="1" cellspacing="2" cellpadding="5" width="100%">
<tr>
<td align="center"><img src="assets/logo.png" width="50" height="50" /></td>
<td colspan="4" align="center">ONLINE BOOK STORE</td>
</tr>
<tr>
<td align="center"><a href="desc.html" target="des_page">Home</a></td>
<td align="center"><a href="login.html" target="des_page">Login</a></td>
<td align="center"><a href="registration.html" target="des_page">Registration</a></td>
<td align="center"><a href="catalogue.html" target="des_page">Catalogue</a></td>
<td align="center"><a href="cart.html" target="des_page">Cart</a></td>
</tr>
</table>
</body>
</html>