mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
610d723a70
Complete cleanup for xulrunner-based Mozilla Composer with chrome rewritten from scratch to get rid of bloat and old dependencies to mozilla/xpfe
21 lines
418 B
HTML
21 lines
418 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
|
<html>
|
|
<head>
|
|
<meta content="text/html; charset=us-ascii"
|
|
http-equiv="content-type">
|
|
|
|
<title>Building Standalone Composer</title>
|
|
<style type="text/css">
|
|
body { font-family: Arial,Helvetica,sans-serif;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Mozilla Composer</h1>
|
|
|
|
<p>The new xulrunner-based Web editor</p>
|
|
</body>
|
|
</html>
|