Revision 591, 0.5 kB
(checked in by smidl, 16 years ago)
|
doc
|
Rev | Line | |
---|
[591] | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> |
---|
| 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
---|
| 3 | <head> |
---|
| 4 | <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> |
---|
| 5 | <title>mixpp</title> |
---|
| 6 | </head> |
---|
[271] | 7 | <frameset cols="250,*"> |
---|
[591] | 8 | <frame src="tree.html" name="treefrm"/> |
---|
| 9 | <frame src="main.html" name="basefrm"/> |
---|
[271] | 10 | <noframes> |
---|
[591] | 11 | <body> |
---|
[271] | 12 | <a href="main.html">Frames are disabled. Click here to go to the main page.</a> |
---|
[591] | 13 | </body> |
---|
[271] | 14 | </noframes> |
---|
| 15 | </frameset> |
---|
[3] | 16 | </html> |
---|