Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
73 lines (66 sloc)
2.32 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"> | |
| <html> | |
| <head> | |
| <title>Active Development - Software Development, Web Designand Web Hosting</title> | |
| <META NAME="description" CONTENT="Custom software solutions, database | |
| design, and Web Design and Web Hosting."> | |
| <META NAME="keywords" CONTENT="Software | |
| Development,programming,databases,Internet Marketing,Search Engine | |
| Placement,Search Engine Registrations,Search Engines,Computer Programming,Visual | |
| Basic"> | |
| <LINK REL=StyleSheet HREF="css/layout.css" TYPE="text/css" MEDIA=screen> | |
| </head> | |
| <body TopMargin="0" LeftMargin="0" bgcolor="#dae4dc"> | |
| <table width="600" height="100%" cellpadding="0" cellspacing="0" border="0"> | |
| <tr> | |
| <td align="left" valign="top" width="180" height="100%" bgcolor="#3399ff" | |
| background="images/bg_grad.gif"> | |
| <h4> Welcome!</h4> | |
| <h6> Today is <%=Date%></h6> | |
| <h4> While you are here...</h4> | |
|  <A href="about.htm">about us</A><br> | |
|  <A href="consulting.htm">consulting</A><br> | |
|  <A href="products.htm">products</A><br> | |
|  <A href="contact.htm">contact us</A> | |
| </td> | |
| <td class="bg0" valign="top" HEIGHT="100%" WIDTH="420"> | |
| <img border="0" src="images/title.gif"> | |
| <br> | |
| <br><br> | |
| <p align="left"> | |
| <br> | |
| <b>Active Development </b>provides customized business applications to | |
| small and medium businesses. We utilize a variety of development | |
| tools, based upon the client's needs. From PC Help Desk | |
| solutions to Internet applications we can design a solution | |
| for your business.</p> | |
| <p>We can provide the following services: | |
| <ul type="square"> | |
| <li>Data Analysis | |
| <li>Application Design | |
| <li>Programming | |
| <li>Testing and Debugging | |
| <li>Documentation | |
| <li>Technical Support and maintenance | |
| <li>Web Design and Hosting</li> | |
| </ul> | |
| <p align="left"> | |
| For more information contact our <A href="contact.htm">sales</A> department or | |
| call us at (937) 547-1514. | |
| <br><br> | |
| </p> | |
| </td> | |
| </tr> | |
| <tr><td ROWSPAN="2" Background="images/bg_grad.gif" bgcolor="#3399ff"> | |
|  Best View with...<br> | |
| <a href="http://www.microsoft.com/windows/ie/default.htm"> | |
| <IMG alt="Download Internet Explorer 5" border=0 height =31 src="images/ie5.gif" width=88 ></a> | |
| </td> | |
| <td> | |
| <hr NOSHADE color="#3399ff"><br> | |
| <font size="-2"> Copyright ©1999 - Active Development. All rights reserved.</font> | |
| </td> | |
| </tr> | |
| </table> | |
| </body> | |
| </html> |