diff options
author | ivan <ivan> | 2007-02-19 15:52:02 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-02-19 15:52:02 +0000 |
commit | 48fde7b5810a670151398dd0d19f30a7c5745dff (patch) | |
tree | df6fbb070418c43da045021e55574334f3a2739f /elements/footer.html | |
parent | f294a74d9a91f2ee875a64d83cb3cffe5be7b33e (diff) |
commit a first pass at an actual complete-ish site!
Diffstat (limited to 'elements/footer.html')
-rw-r--r-- | elements/footer.html | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/elements/footer.html b/elements/footer.html index 55cf8f8..27d4913 100644 --- a/elements/footer.html +++ b/elements/footer.html @@ -1,11 +1,18 @@ <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> + <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="http://www.sisd.com/mediawiki/index.php/Freeside:1.7:Documentation">Documentation</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> |