svn%xmlterm.org 3a5e333017 xmlterm changes only (not part of the default build).
Created some plain vanilla chrome files to invoke XMLterm through mozilla.
Compiles with Feb25 tree.


git-svn-id: svn://10.0.0.236/trunk@61877 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 15:55:36 +00:00

22 lines
347 B
HTML

<TITLE> XMLterm Init Frame </TITLE>
<FRAMESET ROWS="*,*">
<FRAME NAME="xmltbrowser" SRC="about:blank">
<FRAME SRC="chrome://xmlterm/content/xmlterm.html">
<NOFRAMES>
<BODY>
XMLterm No Frames Page
<BR>
See <A HREF="http://xmlterm.org">xmlterm.org</A> for more information.
</BODY>
</NOFRAMES>
</FRAMESET>