Skip to content
CynthiaMokua edited this page May 16, 2015 · 1 revision
  <link href="style/style.css" rel="stylesheet">
 
  <!-- Javascript -->
  
  <!-- Titre de la page -->
  <title> JavaScript TP </title>
  
  <script type="text/javascript" src="js/script.js"></script>
  <script src="http://maps.google.com/maps/api/js?sensor=true"></script>
  	   <script src="http://maps.googleapis.com/maps/api/js?key=AIzaSyAFUf4rGDZYps8qBJBig9a9HJzfV7v9jsw&sensor=false"></script>
<script>
    var myCenter=new google.maps.LatLng(-5.1202889,21.7115095);  /* Google Map Center */
    var myMarker=new google.maps.LatLng(-5.1202889,21.7115095);  /* Google Map Marker */
    var marker;
    
    function initialize()
    {
    var mapProp = {
      center:myCenter,
      zoom:15,                             /* Google Map Zoom */
      mapTypeId:google.maps.MapTypeId.ROADMAP
      };
    
    var map=new google.maps.Map(document.getElementById("localisation"),mapProp);
    
    marker=new google.maps.Marker({
      position:myMarker,animation:google.maps.Animation.BOUNCE
      }); 
    
    marker.setMap(map);
    var infowindow = new google.maps.InfoWindow({
      content:'<h3>Province du Kasai Occidental</h3>'
    });
    
    infowindow.open(map,marker);
    
    }
    
    google.maps.event.addDomListener(window, "load", initialize);
</script>
<div id="haut">
    <div class="entete">
	<div class="machin">
						  <h1>	Travail Pratique de JavaScript<br><font color="gray"> MOKUA NDUBA et MONGA MUYUMBA </font> </h1>
						  
						                         
						  
                    </div>
		  
		  

					 
	        </div>
	        
    </div>
	
		

   
	</br></br></br></br></br>
	      <div id="localisation">
	      
		    
		  
	      </div>
					<div class="machin">
						  <h2>	<font color="BLUE"> MOKUA NDUBA et MONGA MUYUMBA </font> </h2>
						  
                                1012, Mama Yemo C/Lubumbashi </br>	
                                <b>Github</b>: cynthiamokua@github.com</br>
                                <b>Github</b>: mongamuyumbabebeta@github.com</br> 
						        <b>T&#233l&#233phone</b>: +243991296688, +24371565655/+243975598787
						                         
						  
                    </div>	

                    			

  
	        </div>        
	<!-- Copy right du site web -->
    <div class="copyright">
	
	                  <p>&#169 Esisalama Copyright 2015|<a href="#"><font color="silver">Mokua & Muyumba</font></a> </p>
	
    </div>

Clone this wiki locally