-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
51 lines (40 loc) · 1.43 KB
/
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
49
50
51
<?php
require_once 'page1.php';
?>
<link rel="stylesheet" type="text/css" href="css/about.css" />
<?php
$image='dev.jpg';
$heading="About Us";
require_once 'page2.php';
?>
<input type="checkbox" id="pin" name="pin" checked/>
<label for="pin" class="pinlabel"></label>
<div class="info">
<CENTER> <span>About us</span></CENTER>
We are just normal ppl who want to make themselves distinct within crowd!!
</div>
<input type="checkbox" id="pin" name="pin" checked/>
<label for="pin" class="pinlabel"></label>
<div class="info">
<CENTER> <span>About us</span></CENTER>
We believe in doing rather than wasting our time on thinking!!!
</div><input type="checkbox" id="pin" name="pin" checked/>
<label for="pin" class="pinlabel"></label>
<div class="info">
<CENTER> <span>About us</span></CENTER>
We are what our thoughts have made us; so take care about what you think.
</div>
<input type="checkbox" id="pin" name="pin" checked/>
<label for="pin" class="pinlabel"></label>
<div class="info">
<CENTER> <span>About us</span></CENTER>
People who think they know everything are a great annoyance to those of us who do.
</div>
<input type="checkbox" id="pin" name="pin" checked/>
<label for="pin" class="pinlabel"></label>
<div class="info">
<CENTER> <span>About us</span></CENTER>
No one saves us but ourselves. No one can and no one may. We ourselves must walk the path.
</div>
</body>
</html>