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.
38 lines (29 sloc)
1.14 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
| <!-- /default.htm Tuesday, October 13, 1998 03:22 PM --> | |
| <HTML> | |
| <HEAD> | |
| <TITLE>AAF-60 Y2K Program Office</TITLE> | |
| <script language="JavaScript"> | |
| <!-- | |
| if (window != window.top) | |
| top.location.href = location.href; | |
| // --> | |
| </script> | |
| </HEAD> | |
| <FRAMESET FRAMESPACING="0" BORDER="0" FRAMEBORDER="0" COLS="155,100%"> | |
| <FRAMESET FRAMESPACING="0" BORDER="0" FRAMEBORDER="0" ROWS="52,*"> | |
| <FRAME NAME="logo_FRAME" TARGET="main" SRC="ats_logo.htm" SCROLLING="NO" MARGINHEIGHT="0" MARGINWIDTH="0" BORDER="0" NORESIZE> | |
| <FRAME NAME="left_menu_FRAME" SRC="left_menu.htm" SCROLLING="AUTO" MARGINHEIGHT="0" MARGINWIDTH="0" BORDER="0" NORESIZE TARGET="Content Frame"> | |
| </FRAMESET> | |
| <FRAMESET FRAMESPACING="0" BORDER="0" FRAMEBORDER="0" ROWS="92%,40"> | |
| <FRAMESET FRAMESPACING="0" BORDER="0" FRAMEBORDER="0" COLS="100%"> | |
| <FRAME NAME="content_frame" SRC="lanwan/index.htm" SCROLLING="auto"> | |
| <frame src="Lanwan/software1.htm" border="0" marginwidth="0" marginheight="0" border="0" scrolling="NO" noresize name="software1"> | |
| </FRAMESET> | |
| </FRAMESET> | |
| <NOFRAMES> | |
| <BODY BGCOLOR="#000000"> | |
| <P>This page uses frames, but your Browser doesn't support them.</P> | |
| </BODY> | |
| </NOFRAMES> | |
| </FRAMESET> | |
| </HTML> |