-
Notifications
You must be signed in to change notification settings - Fork 0
/
items.html
32 lines (31 loc) · 1.08 KB
/
items.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
<title>ToyShop</title>
</head>
<body>
<div class="pages">
<table>
<td>
<a class="logo" href="entete.html">
<img src="images/TS.png" alt="logo" style="width:120px;height:120px;">
</a>
</td>
<td id="t01">
<p><a class="pages" href="index.html">HOME</a></p>
</td>
<td id="t03">
<p><a class="pages" href="items.html">ITEMS</a></p>
</td>
<td id="t04">
<p><a class="pages" href="shopping.html">SHOPPING</a></p>
</td>
<td id="t05">
<p><a class="pages" href="contact.html">CONTACT US</a></p>
</td>
</table>
<iframe src="categories.html" style="width:100%; height:570px; border:none;" title="Iframe"></iframe>
</div>
</body>
</html>