1
mirror of https://github.com/jakejarvis/my-first-website.git synced 2025-04-26 20:28:27 -04:00
my-first-website/games/tictac.html
2013-05-05 17:56:42 -04:00

26 lines
1.2 KiB
HTML

<html>
<head>
<title>Games</title>
</head>
<body bgcolor="Cornsilk">
<center><h1>Tic-Tac-Toe</h1><br><hr><br><font color="red" face="Comic Sans MS">Good Luck!
<table border=0 cellspacing=0 cellpadding=0 width=438>
<tr valign="top" align="center">
<td><img src="http://www.geocities.com/clipart/pbi/c.gif" height=1 width=212></td>
<td><img src="http://www.geocities.com/clipart/pbi/c.gif" height=1 width=226></td>
<td><img src="http://www.geocities.com/clipart/pbi/c.gif" height=1 width=1></td>
</tr>
<tr valign="top">
<td colspan=3 height=175></td>
</tr>
<tr valign="top">
<td colspan=1 height=289></td>
<td colspan=1 rowspan=1 width=226><!-- Tic-Tac-Toe -->
<SCRIPT language="JavaScript" src="http://www.geocities.com/addon/gadget-tic-100-100/"></SCRIPT><NOSCRIPT><TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0><TR><TD><A HREF="http://www.geocities.com/addon/gadget-tic-100-210/" TARGET="_top"><IMG SRC="http://www.geocities.com/addon/gadget-tic-100-220/" ISMAP BORDER=0></A></TD></TR><TR><TD><A HREF="http://www.geocities.com/addon/gadget-tic-100-310/" TARGET="_top"><IMG SRC="http://www.geocities.com/addon/gadget-tic-100-320/" ISMAP BORDER=0></A></TD></TR></TABLE></NOSCRIPT></td>
<td colspan=1 height=289></td>
</tr>
</table>
</body>
</html>