-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
42 lines (24 loc) · 803 Bytes
/
about.php
File metadata and controls
42 lines (24 loc) · 803 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>About Us</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="About.css">
<link rel ="icon" href="img/about_50px.png" type="image/x-icon">
</head>
<body>
<section>
<div class = "image">
</div>
<div class = "content">
<h2>About Us</h2><br><br>
<span></span>
<p><b> WEB Developed BY : Ahad Aslam
<br><br>DESIGN BY : Ahad Aslam
<br><br> GROUP MEMBER :<br><br>
Ahad Aslam – AS23fsa1877<br><br>
</p>
</div>
</section>
</body>
</html>