-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
46 lines (29 loc) · 1.11 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap" rel="stylesheet">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="card">
<h1>About Us</h1>
<p> Created by Students of University of Lucknow<br>
Our mission is to provide valuable resources and tools while pushing the boundaries of technology. We’re committed to continuous learning and delivering user-friendly, high-quality solutions.
Thank you for visiting! We hope you enjoy exploring our site and invite you to share any feedback or questions
<br> Our Team:
<br>Jatin Pandey
<br>Ayushi Maurya
<br>Aman Verma
<br>Faiza Ansari
<br>Amit Chauhan
<br> Harsh Prajapati
<br> . . .
</p>
</div>
</body>
</html>