What is the embed code for the scary maze game when making an HTML document in notepad?

  • Thread starter Thread starter hillrocks99
  • Start date Start date
H

hillrocks99

Guest
Could someone please tell me the embed code for the scary maze game
when making a website in notepad?
 
The maze game is made from java. Unless you know a site that hosts the little applet that has the scary maze game, then you can attach it.

<applet src="sample.class"></applet>
 
Back
Top