mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
20 lines
371 B
HTML
20 lines
371 B
HTML
<html>
|
|
|
|
<head>
|
|
|
|
<title>Mozilla dialog box Help</title>
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="chrome://communicator/locale/help/content_style.css" type="text/css">
|
|
|
|
<!--link rel="stylesheet" href="../style.css" type="text/css" -->
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body bgcolor="white">
|
|
|
|
|
|
|
|
|
|
|
|
<p>Content to be supplied.</p>
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<p><i>Beta Draft</i></p>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|