-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathp2.html
More file actions
34 lines (34 loc) · 1.03 KB
/
Copy pathp2.html
File metadata and controls
34 lines (34 loc) · 1.03 KB
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
<?xml verion="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="p2.css"></link>
<title>CS142 Project, Problem 2</title>
</head>
<body>
<table class="frame" cellspacing="0">
<tr class="tabs">
<th class="spacer"></th>
<th class="tab"><a href="inventories.html">Inventory</a></th>
<th class="spacer"></th>
<th class="tab"><a href="orders.html">Order Information</a></th>
<th class="spacer"></th>
<th class="tab"><a href="accounts.html">Accounts</a></th>
<th class="spacer"></th>
<th class="tab"><a href="shippers.html">Shippers</a></th>
<th class="spacer"></th>
<th class="tab"><a href="supplies.html">Suppliers</a></th>
<th class="last_spacer"></th>
</tr>
<tr class="row1">
<td><div></div></td>
<td><div></div></td>
<td><div></div></td>
<td><div></div></td>
<td><div></div></td>
<td><div></div></td>
</tr>
</table>
</body>
</html>