mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
41 lines
1.5 KiB
HTML
41 lines
1.5 KiB
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"[
|
||
|
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
|
||
|
<!ENTITY % regionDTD SYSTEM "chrome://global-region/locale/region.dtd" >
|
||
|
%brandDTD;
|
||
|
%regionDTD;
|
||
|
]>
|
||
|
<!--
|
||
|
Contributors:
|
||
|
R.J. Keller <rlk@trfenv.com> (original author)
|
||
|
Jeff Walden <jwalden+code@mit.edu>
|
||
|
Steffen Wilberg <steffen.wilberg@web.de>
|
||
|
-->
|
||
|
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<title>&brandFullName; Help</title>
|
||
|
<link rel="stylesheet" type="text/css" href="chrome://help/skin/helpFileLayout.css"/>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<h1>Welcome to &brandFullName; Help</h1>
|
||
|
<p>To display information about &brandFullName; in this window, click topics in
|
||
|
the <em>Contents</em> sidebar. Click the <span class="noMac">plus icon</span>
|
||
|
<span class="mac">triangle</span> next to a topic to see its subtopics.</p>
|
||
|
|
||
|
<p>You can also use the <em>Search</em> bar to find specific
|
||
|
information within &brandShortName; Help. For more information on using
|
||
|
&brandFullName; Help, see <a href="chrome://help/locale/welcome.xhtml">Using
|
||
|
the Help Window</a>.</p>
|
||
|
|
||
|
<p>If you can't find what you need in built-in &brandShortName; Help, you can
|
||
|
find more help and support options online at <a
|
||
|
href="http://www.mozilla.org/support/firefox/" target="_blank">&brandShortName; Help</a>.</p>
|
||
|
|
||
|
<div class="contentsBox"><em>09 July 2005</em></div>
|
||
|
<p>Copyright © 2003-2007 Contributors to the Mozilla Help Viewer Project.</p>
|
||
|
|
||
|
</body>
|
||
|
</html>
|