-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathaboutUs.php
executable file
·34 lines (25 loc) · 967 Bytes
/
aboutUs.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
<?php include('src/functions.php') ?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>SPA Pathcare : About Us</title>
<?php include('src/head.php') ?>
</head>
<body>
<?php include('src/preload.php') ?>
<!--=========== BEGIN HEADER SECTION ================-->
<?php include('src/header.php') ?>
<!--=========== END HEADER SECTION ================-->
<?= youAreHere("About Us") ?>
<!--=========== BEGAIN Doctors SECTION ================-->
<?php include('src/meet_our_doc.php') ?>
<!--=========== End Doctors SECTION ================-->
<!--=========== BEGAIN Counter SECTION ================-->
<?php include('src/counter.php') ?>
<!--=========== End Counter SECTION ================-->
<!--=========== Start Footer SECTION ================-->
<?php include('src/footer.php') ?>
<!--=========== End Footer SECTION ================-->
<?php include('src/incfooter.php') ?>
</body>
</html>