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.
63 lines (57 sloc)
2.01 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>Programs and Activities</title> | |
| </head> | |
| <body background="backrnds/brown.gif"> | |
| <center> | |
| <font color="white"> | |
| <img src="banners/sf-white.gif" WIDTH="450" HEIGHT="80"> | |
| <h2>Programs and Activites</h2> | |
| <br><br> | |
| <a href="spprogs.html"><img src="buttons/Programs.gif" border="0" WIDTH="105" HEIGHT="73"></a> | |
| <a href="activ.html"><img src="buttons/Sports.gif" border="0" WIDTH="105" HEIGHT="73"></a> | |
| <br><hr><br> | |
| <table BGCOLOR="#FFFFFF" BORDER="1"> | |
| <tr> | |
| <td> | |
| <h5> | |
| <applet CODEBASE="/menu/" CODE="horizMenu.class" WIDTH="520" HEIGHT="15"> | |
| <param NAME="ver" value="1"> | |
| <param NAME="copyright" VALUE="(c) 1996 Patrick Chan. All Rights Reserved. www.xeo.com"> | |
| <param NAME="image" VALUE="menu2.gif"> | |
| <param NAME="separator" VALUE="|"> | |
| <param NAME="newline" VALUE="^"> | |
| <param NAME="font" VALUE="Helvetica"> | |
| <param NAME="font-height" VALUE="11"> | |
| <param NAME="marginh" VALUE="1"> | |
| <param NAME="marginv" VALUE="1"> | |
| <param NAME="fg-menu-color" value="0 0 0"> | |
| <param NAME="bg-menu-color" value="150 150 210"> | |
| <param NAME="fg-hi-menu-color" value="0 0 0"> | |
| <param NAME="bg-hi-menu-color" value="241 255 17"> | |
| <param NAME="bg-color" value="255 255 255"> | |
| </applet> | |
| <applet CODEBASE="/menu/" CODE="horizMenu.class" WIDTH="520" HEIGHT="45"> | |
| <param NAME="ver" value="2"> | |
| <param NAME="copyright" VALUE="(c) 1996 Patrick Chan. All Rights Reserved. www.xeo.com"> | |
| <param NAME="image" VALUE="menu.gif"> | |
| <param NAME="separator" VALUE="|"> | |
| <param NAME="newline" VALUE="^"> | |
| <param NAME="font" VALUE="Helvetica"> | |
| <param NAME="font-height" VALUE="11"> | |
| <param NAME="marginh" VALUE="1"> | |
| <param NAME="marginv" VALUE="1"> | |
| <param NAME="fg-menu-color" value="0 0 0"> | |
| <param NAME="bg-menu-color" value="150 150 210"> | |
| <param NAME="fg-hi-menu-color" value="0 0 0"> | |
| <param NAME="bg-hi-menu-color" value="241 255 17"> | |
| <param NAME="bg-color" value="255 255 255"> | |
| <hr NOSHADE> | |
| </applet> | |
| </td> | |
| </tr> | |
| </table> | |
| <br><p>Copyright © 1997 Santa Fe Public Schools<br> | |
| Last revised: July 8, 1997 by <a HREF="MAILTO:webteam@mail.sfps.k12.nm.us">The | |
| Webteam</a> </p></center> | |
| </body> | |
| </html> |