diff options
Diffstat (limited to 'Aufgabe05/products.html')
| -rw-r--r-- | Aufgabe05/products.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Aufgabe05/products.html b/Aufgabe05/products.html new file mode 100644 index 0000000..63656b7 --- /dev/null +++ b/Aufgabe05/products.html @@ -0,0 +1,23 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="UTF-8"> +<title>Products</title> +</head> +<body> + <nav> + <a href="contact.html">Contact us</a> + <a href=".">Home</a> + <a href="categories.html">Categories</a> + <a href="login.html">Login</a> + </nav> + <table border=1> + <tr> + <th>Furniture</th> + </tr> + <tr> + <td><a href="productdetails.html">Chair</a></td> + </tr> + </table> +</body> +</html>
\ No newline at end of file |
