Etudes/BTS/Web/Premiere annee/gmap/index.html
2016-10-14 17:52:18 +02:00

25 lines
1.1 KiB
HTML

<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>Utilisation GMap</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="js/libs/jquery/jquery.js" type="text/javascript"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="js/libs/gmaps.js/gmaps.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<link href="css/stylesheet.css" rel="stylesheet" type="text/css"/>
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="carte"></div>
<input type="text" name="adresse" id="adresse"/>
<input type="button" id="soumettreAdresse" value="Soumettre mon adresse"/>
</body>
</html>