-
Notifications
You must be signed in to change notification settings - Fork 4
/
about.html
29 lines (26 loc) · 988 Bytes
/
about.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
25
26
27
28
29
<!DOCTYPE html>
<html>
<head>
<title>About us</title>
<link href="https://fonts.googleapis.com/css?family=Lobster|PT+Serif" rel="stylesheet">
</head>
<body bgcolor="black" >
<div style="padding: 50px; color: white;">
<h1 style="text-align: center;">Our mission is to provide a free,</h1><h1 style="text-align: center;"> world‑class education for anyone, anywhere.</h1>
</div>
<h1 style="color: white;">Devloper :-</h1>
<ul style="color: white; font-size: 20px;">
<li>Vikas Sharma</li>
<li>Dev kumar Gorai</li>
<li>Bhavesh Patel</li>
<li>Shashank Gupta</li>
</ul>
<br>
<h1 style="text-align: center; color: white;">Follow Us:-</h1>
<div style="text-align: center; color: white;">
<h2><a href="">Facebook</a></h2>
<h2><a href="">Twitter</a></h2>
<h2><a href="">Instgram</a></h2>
<a href="IT Project.html" style="color: white;"> Go to Home page</a>
</body>
</html>