summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-05-05 19:34:39 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-05-05 19:34:39 +0200
commit705c4cb50eea66585cc95c7314001fce9dd197cd (patch)
tree4a448f4e30b117e12306b643121f49da15e6376b /index.html
downloadCatalog-705c4cb50eea66585cc95c7314001fce9dd197cd.tar.gz
Catalog-705c4cb50eea66585cc95c7314001fce9dd197cd.zip
Initial commit
Diffstat (limited to 'index.html')
-rw-r--r--index.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..205eeb2
--- /dev/null
+++ b/index.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="UTF-8">
+<title>Home</title>
+<link rel="stylesheet" type="text/css" href="styles/style.css">
+</head>
+<body>
+ <header><h1>Home</h1></header>
+ <nav>
+ <dl>
+ <dt><a href="contact.html">Contact us</a></dt>
+ <dt><a href="categories.php">Categories</a></dt>
+ <dt><a href="login.html">Login</a></dt>
+ </dl>
+ </nav>
+ <div id="content">
+ <p>This site will rock your chair. The best products from all over the world.
+ Furniture the like you have never seen. Contact us a get our catalog or login a order direct from our categories.</p>
+ <div class="spacer"></div>
+ </div>
+ <footer>Copyright by SomeCompany Ltd.</footer>
+</body>
+</html> \ No newline at end of file