-
Notifications
You must be signed in to change notification settings - Fork 28
/
index.html
24 lines (20 loc) · 1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> Mozilla Manifesto </title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1 style="border-radius: 3%">Mozilla JUET</h1>
<br>
<img src="https://pbs.twimg.com/profile_images/930427008173080576/_AgS8Urc_400x400.jpg" alt="mozilla logo" style="border-radius: 50%;">
<p><h2>At Mozilla, we're a global community of</h2></p>
<ul>
<li><i><h3>Technologists</h3></i></li>
<li><i><h3>thinker</h3></i></li>
<li><i><h3>builders</h3></i></li>
</ul>
<p><q><h3>working together to keep the internet alive & accessible,so people worldwide can be informed contributors & creators of the web.We belive this act of human collaboration across an open platform is essential to individual growth and our collective future.</h3></q></p>
<p>Read the <a href="https://www.mozilla.org/en-US/about/manifesto/">Mozilla Manifesto</a> to learn even more about the values & principles that guide the pursuit of our mission</p></body>
</html>