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.
64 lines (55 sloc)
2.36 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
| <html> | |
| <head> | |
| <title>Welcome to Lincoln High School</title> | |
| </head> | |
| <body bgcolor="#000000" text="#FFFFFF" link="#FFFF00" vlink="#FFFF00" alink="#FFFF00"> | |
| <p><center> | |
| <script language="JavaScript"><!-- | |
| var version = parseInt(navigator.appVersion); | |
| if( version < 4 ) | |
| { | |
| document.write("<img src='lin2.jpg' width='610' alt='Lincoln High School'> "); | |
| document.write("</p><p align='center'>This page is best viewed with<a target ='Window1' href='http://www.netscape.com'> Nescape 4.0</a> or greater.</p>"); | |
| } | |
| else | |
| { | |
| var width = screen.availWidth; | |
| width -= 30; | |
| if( width < 700 ) | |
| document.write("<img src='lin2.jpg' width='" + width + "' alt='Lincoln High School'> "); | |
| else | |
| document.write("<img src='lin2.jpg' width='700' alt='Lincoln High School'> "); | |
| } | |
| //--></script> | |
| <!-- img src="lin2.jpg" width="700" height="192" alt="Lincoln High School" --> | |
| </center> | |
| <font face="Verdana" size="-2"> | |
| <center>3838 Trojan Trail | Tallahassee, FL 32311 | 850-487-2110 <BR><BR></centeR> | |
| <b>New Information: </b> | |
| <ul> | |
| <li>Check out Dean Derbonne's new web site - <a href="http://www.wildflorida.com" target="_top">www.wildflorida.com</a>!<BR><BR> | |
| <li><a href="SummerReading/index.htm"><big><b>Summer Reading List for 2000-2001</b></big></a> | |
| </font> | |
| </ul> | |
| </p> | |
| <div align="center"><center><table background=bg.jpg bordercolor=white BORDER="0" WIDTH="93%" CELLPADDING="0" CELLSPACING="0"> | |
| <tr> | |
| <td align="center" width="100%" ><b><font size="-1" color=#E3E55D>Welcome | |
| to Lincoln High School. Please make yourself at home and explore everything we have to | |
| offer. <BR> If you have any questions or comments, please feel free to <a href="mailto:sgriffin@mail.lincoln.leon.k12.fl.us">e-mail the Lincoln web page staff</a>!</font></b> </td> | |
| </tr> | |
| </table> | |
| </center></div></dd> | |
| <hr ALIGN="center"> | |
| <div align="center"><center><table background=bg.jpg bordercolor=white BORDER="0" WIDTH="93%" CELLPADDING="0" CELLSPACING="0"> | |
| <tr> | |
| <td align="center" valign="middle"><BR><a href="alumni/index.htm"><img src="alumni.gif" border = "0" alt ="Alumni Database and Information"></a><BR> | |
| </td> | |
| </tr> | |
| </table> | |
| <br><BR> | |
| <p align="center"><a href="usr/index.htm"><img | |
| src="user.jpg" width="300" height="100" border="0" alt="Click Here to see User Homepages"></a></p> | |
| </dl> | |
| </body> | |
| </html> |