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.
11 lines (11 sloc)
454 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> | |
| <frameset rows="20%,80%"> | |
| <frame name="TopBar" src="Html/topBar.html" marginheight=3 marginwidth=3 scrolling=auto noresize> | |
| <frameset cols="20%,80%"> | |
| <frame name="LeftBar" src="Html/leftBar.html" marginheight=3 marginwidth=3 scrolling=auto noresize> | |
| <frame name="Window" src="Html/songDemos.html" marginheight=3 marginwidth=3 scrolling=auto noresize> | |
| </frameset> | |
| </frameset> | |
| <noframes> | |
| <body bgcolor=#FFFFFF text=#400000 link=#FFFF00> | |
| </noframes> |