Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
30 lines (23 sloc)
858 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head><script LANGUAGE="JavaScript"> | |
| <!-- This script and many more are available free online at --> | |
| <!-- The JavaScript Source!! http://javascript.internet.com --> | |
| <!-- Begin | |
| function popupPage() { | |
| var page = "popup.html"; | |
| windowprops = "height=500,width=500,location=no," | |
| + "scrollbars=no,menubars=no,toolbars=no,resizable=yes"; | |
| window.open(page, "Popup", windowprops); | |
| } | |
| // End --> | |
| </script> | |
| <title></title> | |
| </head> | |
| <body background="Square34.jpg"> | |
| <p><img src="star_1.gif" alt="star_1.gif (1702 bytes)" width="30" height="28"><strong><font face="Wide Latin" | |
| color="#000000"><big><big><big><big><big><big>Triton</big></big></big></big></big></big></font><font | |
| face="Wide Latin" color="#FFFFFF"><br> | |
| <big><big><big> </big></font><font face="Wide Latin" color="#000000">Electronics, | |
| Inc.</font></big></big></strong></p> | |
| </body> | |
| </html> |