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.
66 lines (46 sloc)
2.17 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 3.2//EN"> | |
| <html> | |
| <head> | |
| <title>Welcome To AirTran Airlines</title> | |
| <!--## Created: Tuesday, September 23, 1997, 1:56 PM ##--> | |
| <!--## Updated: <INSERT DATE(LONG,hourOffset) <INSERT TIME(hourOffset)> ##--> | |
| <!--## Designed and coded by Interweb, Inc. ##--> | |
| <!--## http://www.iweb.net ##--> | |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | |
| <meta name="Author" content="Interweb"> | |
| <meta name="Relpy-to" content="info@iweb.net"> | |
| </head> | |
| <body text="#000000" link="#990000" vlink="#330066" alink="#66ff00" bgcolor="#ffffff" background="bw_background.gif"> | |
| <table border="0" cellpadding="0" cellspacing="0" width="600"> | |
| <tr> | |
| <td colspan="2" align="right"> | |
| <!--@@ | ROUTES HEADER | @@--> | |
| <img src="h_routes.gif" alt="[Routes]" width="600" height="40" border="0" hspace="0" vspace="0"></td> | |
| </tr> | |
| <tr> | |
| <!--@@ | LEFT TEXT MARGIN | @@--> | |
| <td><img src="clear.gif" alt="" width="50" height="1" border="0" hspace="0" vspace="0"></td> | |
| <!--@@ | TEXT | @@--> | |
| <td valign="top"> | |
| <img src="map.gif" alt="[Flight Routes]" width="470" height="388" border="0" vspace="10"><p> | |
| <font size="-1"> | |
| <img src="red.gif" alt="" width="15" height="10" border="0" hspace="7"> AirTran Airways operated by AirTran Airlines<p> | |
| <img src="green.gif" alt="" width="15" height="10" border="0" hspace="7"> AirTran Airways<p> | |
| <b>* FlightLink cities served by buses operated by Greyhound Lines.</b><p> | |
| AirTran Airlines flight numbers 1-499<p> | |
| AirTran Airways flight numbers 500-999<p> | |
| AirTran Airlines FlightLink flight numbers 2000-2199 are served by buses<br> operated by Greyhound Lines.<p> | |
| </font> | |
| <font size="-2">Routes and schedules subject to change</font> | |
| <!--@@ | COPYRIGHT INFO | @@--> | |
| <br><img src="white.gif" alt="" width="1" height="25" border="0"><br> | |
| <center><font size="-1">Copyright 1997 AirTran Airlines. All Rights Reserved.</font></center> | |
| <br><img src="white.gif" alt="" width="340" height="1" border="0" hspace="0" vspace="0"><br></td> | |
| </tr> | |
| <tr> | |
| <!--@@ | BOTTOM MARGIN | @@--> | |
| <td colspan="2"><img src="white.gif" alt="" width="1" height="15" border="0" hspace="100" hspace="0" vspace="0"></td> | |
| </tr> | |
| </table> | |
| </body> | |
| </html> |