gecko-dev/extensions/xmlterm/ui/xmltermAbout.html
svn%xmlterm.org badc3e1736 xmlterm changes only.
Changed xmlterm/ui/Makefile.in to use CHROME vars to handle content/skin resources (bug 34416); eliminated directories xmlterm/ui/content and xmlterm/ui/skin.
2000-04-15 04:45:36 +00:00

29 lines
712 B
HTML

<html>
<head>
<title>about xmlterm page</title>
<link title="defaultstyle" rel="stylesheet" type="text/css"
href="chrome://xmlterm/skin/xmltpage.css">
</head>
<body>
<a name='about-xmlterm'></a>
<table class="tiptable" width='100%' height=100 frame=none border=0
cellpadding=0 cellspacing=0>
<tr><td>
<div class="tipelement">
XMLterm is an Xterm-like terminal program implemented using the
Mozilla layout engine. XMLterm adds powerful graphical and hypertext
capabilities to the Xterm command line interface, while maintaining
backwards compatibility. See
<a href="http://xmlterm.org">http://xmlterm.org<a>
for more information.
</div>
</table>
</body>
</html>