lnr/Originals/Website/games/bubble/bubble.html

32 lines
1.1 KiB
HTML
Executable File

<!-- step 1 : put all the files in the same directory -->
<HTML>
<HEAD>
<script language="JavaScript" src="../../script/framelock.js"></script>
<TITLE>Bubble Puzzle</TITLE>
<!-- step 2 : include the bubble.js in the head section -->
<SCRIPT language=javascript src="bubble.js"></SCRIPT>
</HEAD>
<!-- step 3 : include the onload call in the body tag -->
<BODY BGCOLOR="black" ONLOAD="gameInit();" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" background="../../images/stars.jpg">
<font face="Verdana,Arial" size="2" color="white">
<center><font size="6"><font color="#FF00FF">L</font><font color="#EE00EE">N</font><font color="#DD00DD">R</font> <font color="#CC00CC">U</font><font color="#BB00BB">n</font><font color="#AA00AA">i</font><font color="#BB00BB">v</font><font color="#CC00CC">e</font><font color="#DD00DD">r</font><font color="#EE00EE">se</font><font color="#FF00FF"></font></font><br>
<font color="lime" face="Courier New,Courier,Fixedsys">:: BUBBLE PUZZLE ::</font></center>
<br><br>
</center>
</BODY>
</HTML>