-
Notifications
You must be signed in to change notification settings - Fork 0
/
contactUs.php
39 lines (21 loc) · 1.02 KB
/
contactUs.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
<?php include 'header.php'; ?>
<div id="contactpage">
<table id="socialcontact">
<tr>
<td><img src="images/phone.png" id="socialimg"></td> <td>+919876543210</td>
</tr>
<tr>
<td><img src="images/gmail.png" id="socialimg"></td><td> [email protected]</td>
</tr>
<tr>
<td><img src="images/fb.png" id="socialimg"></td> <td>https://www.facebook.com/digitalexam</td>
</tr>
<tr>
<td><img src="images/insta.png" id="socialimg"></td> <td>https://www.instagram.com/digitalexam</td>
</tr>
<tr>
<td><img src="images/add.png" id="socialimg"></td><td><b>Address</b><br>Block 154, Street13,Bhilai</td>
</tr>
</table>
</div>
<?php include 'footer.php'; ?>