diff options
-rw-r--r-- | project/templates/about/city.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/project/templates/about/city.html b/project/templates/about/city.html index eb3f5a7..e66739f 100644 --- a/project/templates/about/city.html +++ b/project/templates/about/city.html @@ -20,10 +20,9 @@ research centers located there.</p> <h3>Map</h3> <p>A Google Map of Hyderabad with prominent places marked can be found here</p> - -<a href="http://maps.google.com/maps/ms?hl=en&ie=UTF8&msa=0&msid=116571751012231655985.00045ea3a3aa0272ecec3&ll=17.452566,78.373847&spn=0.013694,0.015235&z=16"> -http://maps.google.com/maps/ms?hl=en&ie=UTF8&msa=0&msid=116571751012231655985.00045ea3a3aa0272ecec3&ll=17.452566,78.373847&spn=0.013694,0.015235&z=16</a> - +<p> +<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?hl=en&ie=UTF8&msa=0&msid=116571751012231655985.00045ea3a3aa0272ecec3&ll=17.452566,78.373847&spn=0.014329,0.018239&z=15&output=embed"></iframe><br /><small>View <a href="http://maps.google.com/maps/ms?hl=en&ie=UTF8&msa=0&msid=116571751012231655985.00045ea3a3aa0272ecec3&ll=17.452566,78.373847&spn=0.014329,0.018239&z=15&source=embed" style="color:#0000FF;text-align:left">miyapur to Kompalli </a> in a larger map</small> +</p> <h3>Climate, Weather and Local time</h3> <ul> @@ -89,4 +88,4 @@ Hyderabad and Secunderabad. It presents a colorful spectacular sight when illumi <li><a href="http://www.fullhyderabad.com/">http://www.fullhyderabad.com/</a></li> </ul> </div> -{% endblock content %}
\ No newline at end of file +{% endblock content %} |