commit a first pass at an actual complete-ish site!
[www.git] / elements / footer.html
1 <div id="footer"> 
2   <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
3     <tr> 
4       <td align="center" valign="middle">
5         <div id="footernav">
6           <a href="index.html">Home</a> |
7           <a href="products.html">Products</a> |
8           <a href="services.html">Services</a> |
9           <a href="demo.html">Demo</a> |
10           <a href="http://www.sisd.com/mediawiki/index.php/Freeside:1.7:Documentation">Documentation</a> |
11           <a href="developers.html" >Developers</a> |
12           <a href="about.html">About</a> | 
13           <a href="contact.html">Contact</a> 
14         </div>
15       </td>
16     </tr>
17   </table>
18 </div></body>
19 </html>