mozilla.html 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <!DOCTYPE html>
  2. <html lang="en" dir="ltr">
  3. <head>
  4. <title>Mozilla</title>
  5. <link rel="shortcut icon" type="image/ico" href="../images/mozilla_favicon.ico" />
  6. </head>
  7. <body>
  8. <a href="mozilla.html">
  9. <img id="mozilla_logo" src="../images/mozilla_logo.jpg" />
  10. </a>
  11. <a href="#community">Community</a> |
  12. <a href="#project">Project</a> |
  13. <a href="#organization">Organization</a>
  14. <div id="content">
  15. <h1 id="page-title">
  16. <strong>We believe</strong> that the internet should be public,
  17. open and accessible.
  18. </h1>
  19. <h2><a name="community">Community</a></h2>
  20. <p id="community">
  21. We're a global community of thousands who believe in the power
  22. of technology to enrich people's lives.
  23. <a href="mozilla_community.html">More</a>
  24. </p>
  25. <h2><a name="project">Project</a></h2>
  26. <p id="project">
  27. We're an open source project whose code is used for some of the
  28. Internet's most innovative applications.
  29. <a href="mozilla_projects.html">More</a>
  30. </p>
  31. <h2><a name="organization">Organization</a></h2>
  32. <p id="organization">
  33. We're a public benefit organization dedicated to making the
  34. Internet better for everyone.
  35. <a href="mozilla_mission.html">More</a>
  36. </p>
  37. </div>
  38. </body>
  39. </html>