-
Notifications
You must be signed in to change notification settings - Fork 3
/
about.php
48 lines (27 loc) · 992 Bytes
/
about.php
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
47
48
<!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 DESIGN BY : TEAM DESK DEMON
<br><br>DESIGN BY : DESHAN JAYASHANKA
<br><br> GROUP MEMBERS :<br><br>
Shermila Kaushalya – AA2116<br><br>
Kavinda Tharindu – AA2102<br><br>
Chamindu Gimahana – AA1678<br><br>
Deshan Jayashanka – AA1689<br><br>
</p>
</div>
</section>
</body>
</html>