Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions first-website/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My FireFox Website</title>
</head>
<body>
<h1>Welcome to My Firefox Website</h1>
<img src="images/icon.png" alt="Firefox Icon Image" />

<h2>What is Firefox?</h2>
<p>Firefox is a free and open-source web browser developed by Mozilla. It is designed to be fast, private, and secure, giving users control over their online experience.</p>

<h2>Why Choose Firefox?</h2>

<h3>Privacy First</h3>
<p>Firefox prioritizes your privacy by blocking many trackers by default and giving you control over your data.</p>
<a href="https://www.mozilla.org/en-US/about/manifesto/">
Mozilla Manifesto
</a>

<h3>Speed and Performance</h3>
<p>With its efficient engine, Firefox loads web pages quickly and handles multiple tabs smoothly without slowing down your computer.</p>

<h3>Customization</h3>
<p>You can customize Firefox with thousands of extensions and themes to make it your own. Personalize your browser however you like.</p>

<h2>Getting Started</h2>
<p>Download Firefox today and experience a better browsing experience. It's available on Windows, Mac, Linux, iOS, and Android.</p>
<p>At Mozilla, we're a global community of</p>

<ul>
<li>technologists</li>
<li>thinkers</li>
<li>builders</li>
</ul>

<p>working together…</p>
</body>
</html>
Loading