blob: 47c2ed848823e910333db4ddbef753c607ed01c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<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="/blog/">Blog</a> |
<a href="http://www.freeside.biz/mediawiki/index.php/Freeside:1.9:Documentation">Documentation</a> |
<a href="developers.html" >Open Source</a> |
<a href="https://secure.freeside.biz/selfservice/selfservice.cgi">Customer login</a> |
<a href="about.html">About</a> |
<a href="jobs.html">Jobs</a> |
<a href="contact.html">Contact</a>
</div>
</td>
</tr>
</table>
</div></body>
</html>
|