diff options
-rw-r--r-- | index.html | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -3,6 +3,15 @@ <head> <title>Billing, CRM and trouble ticketing - Freeside</title> { include('elements/header.html'); } + +<div STYLE="background-color:#bebdbd; border-bottom:1px solid black"> + +<center> +<br> +<font STYLE="font-size:175%" COLOR="#D06B07">End of year sale! 15% discount on <a href="products.html" STYLE="font-size:100%">server appliances</a> or <a href="services.html" STYLE="font-size:100%">implementation service</a></font><br> +Ends December 31st<br><br> +</center> +</div> <div id="content_none"> @@ -31,10 +40,6 @@ <td width="9" height="*" bgcolor="#A5A3A3"> </td> <td height="*" align="center" valign="top" bgcolor="#A5A3A3"><table width="100%" border="0" cellpadding="2" cellspacing="5"> <tr align="left" valign="top"> - <td width="115" align="right" valign="top"><b>Dec 5 2010:</b></td> - <td width="*">End of year sale! 15% discount on a <a href="products.html">server appliance</a> or <a href="services.html">implementation service</a> until December 31st</td> - </tr> - <tr align="left" valign="top"> <td width="115" align="right" valign="top"><b>Oct 28 2010:</b></td> <td width="*">We're <a href="jobs.html">hiring</a>!</td> </tr> |