diff options
Diffstat (limited to 'hosting.html')
-rw-r--r-- | hosting.html | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/hosting.html b/hosting.html new file mode 100644 index 0000000..a562d7d --- /dev/null +++ b/hosting.html @@ -0,0 +1,101 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<title>Freeside Hosting</title> +{ include('elements/header.html'); } + +<div id="content1"> + + <h6>Hosting</h6> + +<!-- + <table cellpadding="0" cellspacing="0" class="servteal"> + <tr> + <th align="left"> For orders, a quotation or more information, <span class="blkbold">contact + Ivan Kohler <ivan@freeside.biz> or phone +1 415 462 1624 </span> </th> + </tr> + </table> +--> + +<table width="98%" align="center" cellpadding="0" cellspacing="0" class="tblprod"> + <tr><td align="center" valign="top"> + + <table width="100%" cellspacing="0" cellpadding="0" class="servpurp"> + <tr> + <th align="left" valign="top"><a name="install"><h3>WISP and ISP hosting</h3></a></th> + </tr> + <tr> + <td align="left" valign="top"> + +<p> +<a href="http://www.ispdone.com"><img src="ispdone.png" ALT="ISPDone"></a> +<br><br> + +Hosted Freeside for the WISP and ISP industries, with options for NOC, wireless consulting and support services. +</p> + + </td> + </tr> + </table> + +</td></tr></table> +<br> + + +<table width="98%" align="center" cellpadding="0" cellspacing="0" class="tblprod"> + <tr><td align="center" valign="top"> + + <table width="100%" cellspacing="0" cellpadding="0" class="servpurp"> + <tr> + <th align="left" valign="top"><a name="install"><h3>VoIP and ISP hosting</h3></a></th> + </tr> + <tr> + <td align="left" valign="top"> + +<p> +<!-- img src=""> <--> +<a href="http://crphone.com/index.php/wholesale/private-label-wholesale/wholesale-program-overview"> +<img src="crphone.png" ALT="CRPhone"></a> +</a> +<br><br> + +Hosted Freeside for the VoIP and ISP industries. +</p> + + </td> + </tr> + </table> + +</td></tr></table> +<br> + + +<table width="98%" align="center" cellpadding="0" cellspacing="0" class="tblprod"> + <tr><td align="center" valign="top"> + + <table width="100%" cellspacing="0" cellpadding="0" class="servpurp"> + <tr> + <th align="left" valign="top"><a name="install"><h3>Recurring billing hosting</h3></a></th> + </tr> + <tr> + <td align="left" valign="top"> + +<p> +<!-- img src=""> <--> +<a href="http://www.globelinksystems.com">Globelink Systems</A> +</a> +<br><br> + +Hosted Freeside for general recurring billing, for businesses such as alarm companies, storage companies, and others. +</p> + + </td> + </tr> + </table> + +</td></tr></table> +<br> + +</div> + +{ include('elements/footer.html'); } |