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 (19 sloc)
830 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> | |
| <title>POULAN CHAINSAWS</title> | |
| </head> | |
| <frameset cols="80,*" border=no frameborder=0 framespacing=0 bordercolor=#FFFFFF> | |
| <frameset rows="90,*" border=no frameborder=0 framespacing=0 bordercolor=#FFFFFF> | |
| <frame src="p_to_w.html" name="jump_window" border=no marginwidth=0 marginheight=0 scrolling=no> | |
| <frame src="pmenu.html" name="menu_window" border=no scrolling=auto> | |
| </frameset> | |
| <frame src="blank.html" name="view_window" border=no scrolling=auto> | |
| </frameset> | |
| <noframes> | |
| Sorry, this document can be viewed only with Netscape | |
| Navigator version 2.0 or later. | |
| <a href = "noframes/default.html">Take this link</a> | |
| to the first HTML document in the set. | |
| </noframes> | |
| </frameset> | |
| </html> |