blob: 55cf8f82c573fba1b54db2b148aea2012fe906c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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>
|