mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 18:03:06 +09:00
60 lines
2.1 KiB
HTML
60 lines
2.1 KiB
HTML
|
|
<!DOCTYPE html>
|
|||
|
|
<html lang="en" dir="ltr">
|
|||
|
|
<head>
|
|||
|
|
<title>Mozilla Projects</title>
|
|||
|
|
<link rel="shortcut icon" type="image/ico" href="../images/firefox_favicon.ico" />
|
|||
|
|
</head>
|
|||
|
|
|
|||
|
|
<body>
|
|||
|
|
<a href="mozilla.html">
|
|||
|
|
<img id="mozilla_logo" src="../images/mozilla_logo.jpg" />
|
|||
|
|
</a>
|
|||
|
|
|
|||
|
|
<a href="#summary">Summary</a> |
|
|||
|
|
<a href="#applications">Applications</a>
|
|||
|
|
|
|||
|
|
<div id="content">
|
|||
|
|
<h1 id="page-title">Our Projects</h1>
|
|||
|
|
|
|||
|
|
<h2><a name="summary">Summary</a></h2>
|
|||
|
|
<p id="summary">
|
|||
|
|
The Mozilla community produces a lot of great software and acts
|
|||
|
|
as an incubator for innovative ideas as a way to advance our
|
|||
|
|
<a href="mozilla_mission.html">mission</a> of building a better
|
|||
|
|
Internet.
|
|||
|
|
</p>
|
|||
|
|
|
|||
|
|
<h2><a name="applications">Applications</a></h2>
|
|||
|
|
<p id="applications">
|
|||
|
|
<p>
|
|||
|
|
These applications are developed by the Mozilla community
|
|||
|
|
and their code is hosted on mozilla.org.
|
|||
|
|
</p>
|
|||
|
|
|
|||
|
|
<ul id="product_list">
|
|||
|
|
<li id="bugzilla">
|
|||
|
|
<h3><strong>Bugzilla</strong></h3>
|
|||
|
|
Bugzilla is a bug tracking system designed to help teams
|
|||
|
|
manage software development. Hundreds of organizations
|
|||
|
|
across the globe are using this powerful tool to get
|
|||
|
|
organized and communicate effectively.
|
|||
|
|
</li>
|
|||
|
|
|
|||
|
|
<li id="camino">
|
|||
|
|
<h3><strong>Camino</strong></h3>
|
|||
|
|
Camino is a Web browser optimized for Mac OS X with a
|
|||
|
|
Cocoa user interface, and powerful Gecko layout engine.
|
|||
|
|
It's the simple, secure, and fast browser for Mac OS X.
|
|||
|
|
</li>
|
|||
|
|
|
|||
|
|
<li id="firefox">
|
|||
|
|
<h3><strong>Firefox for Desktop</strong></h3>
|
|||
|
|
The award-winning Firefox Web browser has security,
|
|||
|
|
speed and new features that will change the way you use
|
|||
|
|
the Web. Don’t settle for anything less.
|
|||
|
|
</li>
|
|||
|
|
</ul>
|
|||
|
|
</p>
|
|||
|
|
</div>
|
|||
|
|
</body>
|
|||
|
|
</html>
|