--- a/history.html Sat Apr 11 04:27:31 2015 +0100
+++ b/history.html Sat Apr 11 04:29:37 2015 +0100
@@ -9,26 +9,6 @@
height: 400px;
}
</style>
- <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false"></script>
- <script type="text/javascript">
- function initialize() {
- var Latlng = new google.maps.LatLng(32.060255, 118.796877);
- var map_canvas = document.getElementById('map_canvas');
- var map_options = {
- center: Latlng,
- zoom: 0,
- mapTypeId: google.maps.MapTypeId.HYBRID
- }
- var map = new google.maps.Map(map_canvas, map_options)
-
- var marker = new google.maps.Marker({
- position: Latlng,
- map: map,
- title: 'Nanjing'
- });
- }
- google.maps.event.addDomListener(window, 'load', initialize);
- </script>
<style type="text/css">
body { font-size: 14px;
font-family: "trebuchet ms", helvetica, sans-serif; }
--- a/index.html Sat Apr 11 04:27:31 2015 +0100
+++ b/index.html Sat Apr 11 04:29:37 2015 +0100
@@ -118,6 +118,7 @@
[<A HREF="cfp.pdf">CFP</A>]
[<A HREF="index.html#committees">Committees</A>]
[<A HREF="history.html">Conference History</A>]
+[<A HREF="bids-2016.html">ITP 2016 Bids</A>]
<HR>