summaryrefslogtreecommitdiffstats
path: root/Aufgabe05/categories.html
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-04-27 11:52:38 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-04-27 11:52:38 +0200
commitcb981aac60344a9117c07d402005c0566a7300ad (patch)
tree4c00e8f4578e361a2f17f995e105f9fa52e98c1c /Aufgabe05/categories.html
parentb857587a8f070b93749d8c25286cf28bad436f80 (diff)
downloadInternetTechnologien-cb981aac60344a9117c07d402005c0566a7300ad.tar.gz
InternetTechnologien-cb981aac60344a9117c07d402005c0566a7300ad.zip
Add a simple website for products
Diffstat (limited to 'Aufgabe05/categories.html')
-rw-r--r--Aufgabe05/categories.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/Aufgabe05/categories.html b/Aufgabe05/categories.html
new file mode 100644
index 0000000..c39e02b
--- /dev/null
+++ b/Aufgabe05/categories.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="UTF-8">
+<title>Categories</title>
+</head>
+<body>
+ <nav>
+ <a href="contact.html">Contact us</a>
+ <a href=".">Home</a>
+ <a href="login.html">Login</a>
+ </nav>
+ <table border=1>
+ <tr>
+ <th>Categories</th>
+ </tr>
+ <tr>
+ <td><a href="products.html">Furniture</a></td>
+ </tr>
+ </table>
+</body>
+</html> \ No newline at end of file