1
mirror of https://github.com/jakejarvis/my-first-website.git synced 2025-06-27 17:05:41 -04:00
Files
my-first-website/games/3dgame.html
2013-05-05 17:56:42 -04:00

17 lines
268 B
HTML

<HTML>
<HEAD>
<TITLE>3DG</TITLE>
</HEAD>
<BODY bgcolor="Cornsilk">
<center><applet
codebase="http://www.geocities.com/dantheman240/drivergame"
code=Driver.class
name=Driver
width=400
height=300>
</applet></center>
</BODY>
</HTML>