You've already forked my-first-website
mirror of
https://github.com/jakejarvis/my-first-website.git
synced 2025-09-18 13:35:31 -04:00
first commit
This commit is contained in:
16
games/3dgame.html
Normal file
16
games/3dgame.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<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>
|
Reference in New Issue
Block a user