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.
138 lines (120 sloc)
4.42 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 "-//IETF//DTD HTML//EN"> | |
| <html> | |
| <head> | |
| <title>Welcome To IIS 4.0!</title> | |
| </head> | |
| <body bgcolor="#FFFFFF" topmargin="0" leftmargin="0" LINK="#0080FF" VLINK="#0080FF"> | |
| <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#000000"> | |
| <tr> | |
| <td align="left"><img src="/iissamples/default/SQUIGGLE.GIF"></td> | |
| <td align="right"><img src="/iissamples/default/MSFT.GIF" width="91" height="21"></td> | |
| </tr> | |
| </table> | |
| <table border="0" cellpadding="0" cellspacing="0" width="100%" height="2" bgcolor="#FFCC00"> | |
| <tr height="2"> | |
| <td align="right"></td> | |
| </tr> | |
| </table> | |
| <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF"> | |
| <tr> | |
| <td valign="top" width="140" bgcolor="#000000" height="100%"> | |
| <table CELLPADDING="4"> | |
| <tr> | |
| <td> | |
| <p align="left"> | |
| <img src="/iissamples/default/nav2.gif"></p> | |
| <p align="left"> | |
| <a href="default.asp"><font size="2" face="Verdana, Arial, Helvetica"> | |
| <b>Welcome</b></font><p></a> | |
| <a href="/iissamples/default/LEARN.asp"><font size="2" face="Verdana, Arial, Helvetica"> | |
| <b>Learn About</b></font><p></a> | |
| <a href="/iissamples/default/samples.asp"><font size="2" face="Verdana, Arial, Helvetica"> | |
| <b>Samples</b></font></a></p> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td valign="top"> | |
| <img src="/iissamples/default/IISTitle.gif"> | |
| <table CELLSPACING="4" WIDTH="80%"> | |
| <tr> | |
| <td> | |
| <p> | |
| <font size="4" face="Verdana, Arial, Helvetica"> | |
| <strong> | |
| Welcome to Microsoft® Windows NT® 4.0 Option Pack | |
| </strong> | |
| </font> | |
| <p> | |
| <font size="2" face="Verdana, Arial, Helvetica"> | |
| Microsoft Windows NT 4.0 Option Pack provides enhanced Web, application, and communication services for Windows NT Server 4.0. So if you're setting up a simple Web site on your corporate intranet, creating large sites for the Internet, or developing component-based applications, the Windows NT 4.0 Option Pack provides a simple, flexible way to make your existing Windows NT Server 4.0 an even stronger Web | |
| and applications platform. | |
| <p> | |
| We welcome your feedback! It's important that we incorporate your feedback into our | |
| software. Please send any comments or suggestions to | |
| <a href="mailto:iiswish@microsoft.com">iiswish@microsoft.com.</a> | |
| </p> | |
| <h1 align="center"> | |
| <font size="4" face="Verdana, Arial, Helvetica"></font> | |
| </h1> | |
| <p> </p> | |
| <div align="center"><center> | |
| <table border="0" cellpadding="0" cellspacing="0" width="90%"> | |
| <tr> | |
| <td align="center"> </td> | |
| </tr> | |
| </table> | |
| </center></div> | |
| <div align="center"><center> | |
| <table border="0" cellpadding="0" cellspacing="0" width="90%"> | |
| <tr> | |
| <td align="center"> | |
| <font size="2" face="Verdana, Arial, Helvetica"> | |
| <!--Related sites info starts here--> | |
| <p> | |
| <a HREF="http://www.microsoft.com/iis">Internet Information Server</a> | |
| <br> | |
| <a href="http://www.microsoft.com/ntserver/" target="_top">Windows NT Server</a> | |
| <!--Related sites info ends here--> | |
| </p> | |
| </font> | |
| </td> | |
| </tr> | |
| </table> | |
| </center></div> | |
| <div align="center"><center> | |
| <table border="0" cellpadding="0" cellspacing="5"> | |
| <tr> | |
| <td align="right"> | |
| <a href="http://www.microsoft.com/ie"> | |
| <img src="/iissamples/default/IE.GIF" alt="Download Internet Explorer!" width="88" height="31" border="0"></a> | |
| </td> | |
| <td align="center"> </td> | |
| <td> | |
| <a href="http://www.microsoft.com/iis"> | |
| <img src="/iissamples/default/IISSide.GIF" alt="Learn more about Windows NT 4.0 Option Pack!" border="0"></a> | |
| </td> | |
| </tr> | |
| </table> | |
| </center></div> | |
| <div align="center"><center> | |
| <table border="0" cellpadding="0" cellspacing="5"> | |
| <tr> | |
| <td align="center" colspan="3"> | |
| <font size="1" face="Verdana, Arial, Helvetica"> | |
| ©1997 Microsoft Corporation. All rights reserved. | |
| <a href="http://www.microsoft.com/misc/cpyright.htm"> | |
| Legal Notices. | |
| </a> | |
| </td> | |
| </tr> | |
| </table> | |
| </center></div> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </body> | |
| </html> |