template out the header & footer, write a quick build script, fix copy and keywords...
[www.git] / elements / footer.html
diff --git a/elements/footer.html b/elements/footer.html
new file mode 100644 (file)
index 0000000..55cf8f8
--- /dev/null
@@ -0,0 +1,12 @@
+<div id="footer"> 
+  <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
+    <tr> 
+      <td align="center" valign="middle"> <div id="footernav" > <a href="index.html">Home</a> 
+          | <a href="products.html">Products</a> | <a href="services.html">Services</a> 
+          | <a href="demo.html">Demo</a> | <a href="developers.html" >Developers</a> 
+          | <a href="about.html">About</a> | <a href="contact.html">Contact</a> 
+        </div></td>
+    </tr>
+  </table>
+</div></body>
+</html>