diff options
Diffstat (limited to 'testing/firefox-ui/resources/layout/mozilla_organizations.html')
-rw-r--r-- | testing/firefox-ui/resources/layout/mozilla_organizations.html | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/testing/firefox-ui/resources/layout/mozilla_organizations.html b/testing/firefox-ui/resources/layout/mozilla_organizations.html new file mode 100644 index 000000000..9d2ae9ff0 --- /dev/null +++ b/testing/firefox-ui/resources/layout/mozilla_organizations.html @@ -0,0 +1,39 @@ +<!DOCTYPE html> +<html lang="en" dir="ltr"> +<head> + <title>Mozilla Organizations</title> + <link rel="shortcut icon" type="image/ico" href="../images/thunderbird_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="#organization">Organization</a> + + <div id="content"> + <h1 id="page-title">Mozilla Organizations</h1> + + <h2><a name="summary">Summary</a></h2> + <p id="summary"> + Mozilla is a global community of people creating a better + Internet. We build public benefit into the Internet by creating + free, open source products and technologies that improve the + online experience for people everywhere. + </p> + + <h2><a name="organization">Organization</a></h2> + <p id="organization"> + There are several organizations that support the Mozilla + community and Mozilla's principles. They include the non-profit + Mozilla Foundation as well as two wholly owned taxable + subsidiaries, the Mozilla Corporation and Mozilla Messaging. + Mozilla considers itself a hybrid organization, combining non- + profit and market strategies to ensure the Internet remains a + shared public resource. + </p> + </div> +</body> +</html> |