mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-13 03:10:10 +01:00
29 lines
712 B
HTML
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>
|