Advertisement
brnl_nicolas

Contact html

Feb 22nd, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.39 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html class="conta">
  3.     <head>
  4.         <meta charset="utf-8" />
  5.         <link rel="stylesheet" type="text/css" href="styles.css">
  6.         <title>Contact</title>
  7.     </head>
  8.     <body>
  9.  
  10.         <?php include('menu.inc.php'); ?>
  11.  
  12.         <section class="contact">
  13.  
  14.        
  15.             <H1>Contactez-nous</H1>
  16.  
  17.                 <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d48338.43717283452!2d3.691388303748458!3d50.45085732032537!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zNTDCsDI1JzU3LjMiTiAzwrA0MyczMS41IkU!5e0!3m2!1sfr!2sbe!4v1486928915181" width="100%" height="500" frameborder="0" style="border:0" allowfullscreen></iframe>
  18.  
  19.                     <form method="post" action="traitement.php">
  20.  
  21.                         <div class = "case">
  22.  
  23.                             <input type="text" name="Nom" placeholder="Nom" required>
  24.  
  25.                             <input type="text" name="Prénm" placeholder="Prénom" required>
  26.  
  27.                             <input type="email" name="E-Mail" placeholder="E-Mail" required>
  28.                        
  29.                         </div>
  30.  
  31.                         <div class = "bloc">
  32.  
  33.                             <textarea name="Message" placeholder="Message" required></textarea>
  34.  
  35.                         </div>
  36.  
  37.                             <input type="submit" value="Envoyer" class="envoi">
  38.                     </form>
  39.  
  40.                 <h5>Adresse du terrain :<br/><br/>
  41.                     Rue de la Gazéification <br/><br/>
  42.                     7350, Hensies<br/><br/><br/>
  43.                     email : <span class="mail"><a href="mailto:[email protected]">[email protected]</span></h5>
  44.  
  45.         </section>
  46.  
  47.  
  48.     </body>
  49. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement