|
 
|
Source Code
<HTML>
<HEAD>
<TITLE>The I'm at School and
Cool Page</TITLE>
</HEAD>
<BODY BACKGROUND="iback.gif"
BGCOLOR="#000000" ALINK=#00FF00
VLINK=#0000FF LINK=#9900FF TEXT=#00FFFF>
<!--The line below with the writeln must
all be on one line for the music to work!-->
<SCRIPT LANGUAGE="JavaScript">
<!--
if(navigator.userAgent.indexOf("MSIE") != -1)
document.writeln ('');
else
document.writeln ('<EMBED SRC="SONG.MID"
AUTOSTART="true" HIDDEN="true" VOLUME="80%">');
//-->
</SCRIPT>
<bgsound src="SONG.MID">
<!--Here is the negative graphic
pushed right-->
<IMG SRC="dark_me2.jpg" ALIGN=RIGHT
HEIGHT=191 WIDTH=142 BORDER=0
ALT="Neg. Pic of Me">
<BR CLEAR=ALL>
<!--Our table uses the entire width of the
screen. The ALIGN=RIGHT in the TD does
all of our work for us! -->
<TABLE WIDTH=100%>
<TR>
<TD ALIGN=RIGHT>
<FONT SIZE="+1" FACE="Verdana,Helvetica,Arial">
<A HREF="kit6.html" ALIGN="RIGHT">
<b>What does she look
like?</b></A><P>
<A HREF="kit6.html" ALIGN="RIGHT">
<b>Friends / Worthwhile
Links</b></A><P>
<A HREF="kit6.html" ALIGN="RIGHT">
<b>Music</b></A><P>
<A HREF="kit6.html" ALIGN="RIGHT">
<b>Movies</b></A><P>
<A HREF="kit6.html" ALIGN="RIGHT">
<b>Paintball!</b></A><P>
</FONT>
<A HREF = "mailto:Theresa8@ou.edu">
<IMG SRC="imail.gif" ALT="E-MAIL"
HEIGHT=31 WIDTH=61 BORDER=0></A>
<BR>
<IMG SRC="YourI_Q" WIDTH=60 HEIGHT=20
BORDER=0>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
|