summaryrefslogtreecommitdiffstats
path: root/Aufgabe05/categories.html
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-04-27 15:13:37 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-04-27 15:13:37 +0200
commit14f4818cc4279de6e911189db718339381f03b8a (patch)
treef39307e26de791a2bdca4da67efe020d47f739af /Aufgabe05/categories.html
parentca0bcb68041dcece6f611a173a8f0e730d6921ef (diff)
downloadInternetTechnologien-14f4818cc4279de6e911189db718339381f03b8a.tar.gz
InternetTechnologien-14f4818cc4279de6e911189db718339381f03b8a.zip
Add layout to the sites
Diffstat (limited to 'Aufgabe05/categories.html')
-rw-r--r--Aufgabe05/categories.html24
1 files changed, 13 insertions, 11 deletions
diff --git a/Aufgabe05/categories.html b/Aufgabe05/categories.html
index c39e02b..ecf50ac 100644
--- a/Aufgabe05/categories.html
+++ b/Aufgabe05/categories.html
@@ -3,20 +3,22 @@
<head>
<meta charset="UTF-8">
<title>Categories</title>
+<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
+ <header><h1>Categories</h1></header>
<nav>
- <a href="contact.html">Contact us</a>
- <a href=".">Home</a>
- <a href="login.html">Login</a>
+ <dl>
+ <dt><a href="contact.html">Contact us</a></dt>
+ <dt><a href=".">Home</a></dt>
+ <dt><a href="login.html">Login</a></dt>
+ </dl>
</nav>
- <table border=1>
- <tr>
- <th>Categories</th>
- </tr>
- <tr>
- <td><a href="products.html">Furniture</a></td>
- </tr>
- </table>
+ <div id="content">
+ <dl>
+ <dt><a href="products.html">Furniture</a></dt>
+ </dl>
+ </div>
+ <footer>Copyright by SomeCompany Ltd.</footer>
</body>
</html> \ No newline at end of file