-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplanes.htm
48 lines (47 loc) · 1.51 KB
/
planes.htm
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Our Planes</title>
<link href="css/default.css" rel="stylesheet" />
</head>
<body>
<img src="images/cooltext1902873350.png" />
<ul id="nav">
<li><a href="/Default.htm">Home</a></li>
<li><a href="/about.htm">About Us</a></li>
<li><a href="/Planes.htm">Our Planes</a></li>
<li><a href="/faqs.htm">FAQs</a></li>
<li><a href="/contact.htm">Contact</a></li>
<li><a href="/Login.htm">Login</a></li>
</ul>
<!-- This script was made By codefuture.co.uk -->
<table summary="Planes" class="products">
<tbody>
<tr>
<td>[Row 1, Column 1]</td>
<td>[Row 1, Column 2]</td>
<td>[Row 1, Column 3]</td>
<td>[Row 1, Column 4]</td>
</tr>
<tr>
<td>[Row 2, Column 1]</td>
<td>[Row 2, Column 2]</td>
<td>[Row 2, Column 3]</td>
<td>[Row 2, Column 4]</td>
</tr>
<tr>
<td>[Row 3, Column 1]</td>
<td>[Row 3, Column 2]</td>
<td>[Row 3, Column 3]</td>
<td>[Row 3, Column 4]</td>
</tr>
<tr>
<td>[Row 4, Column 1]</td>
<td>[Row 4, Column 2]</td>
<td>[Row 4, Column 3]</td>
<td>[Row 4, Column 4]</td>
</tr>
</tbody>
</table>
</body>
</html>