-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.php
More file actions
17 lines (17 loc) · 1.2 KB
/
contact.php
File metadata and controls
17 lines (17 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
include 'includes/header.php';
include 'includes/nav.php';
?>
<div id="main">
<header class="container">
<h3 class="page-header">Contact</h3>
</header>
<div class="container">
<div class="row">
<iframe width="640" height="480" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.google.co.in/maps?f=q&source=s_q&hl=en&geocode=&q=Shah+And+Anchor+Kutchhi+Engineering+College&aq=&sll=19.049381,72.914414&sspn=0.016388,0.021973&ie=UTF8&hq=Shah+And+Anchor+Kutchhi+Engineering+College&hnear=&t=m&cid=11437980520394007726&ll=19.058711,72.91214&spn=0.03894,0.054932&z=14&iwloc=A&output=embed"></iframe><br /><small><a href="https://www.google.co.in/maps?f=q&source=embed&hl=en&geocode=&q=Shah+And+Anchor+Kutchhi+Engineering+College&aq=&sll=19.049381,72.914414&sspn=0.016388,0.021973&ie=UTF8&hq=Shah+And+Anchor+Kutchhi+Engineering+College&hnear=&t=m&cid=11437980520394007726&ll=19.058711,72.91214&spn=0.03894,0.054932&z=14&iwloc=A" style="color:#0000FF;text-align:left">View Larger Map</a></small>
</div>
</div>
</div>
<?php
include 'includes/footer.php';
?>