37 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			37 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
|  | <!DOCTYPE html> | ||
|  | <html lang="fr"> | ||
|  | <head> | ||
|  |     <meta charset="UTF-8"> | ||
|  |     <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|  |     <title>SAE</title> | ||
|  |     <link rel="stylesheet" href="formulaire_envoye.css"> | ||
|  |     <link rel="preconnect" href="https://fonts.googleapis.com"> | ||
|  |     <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
|  |     <link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap" rel="stylesheet"> | ||
|  |     <link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;1,800&display=swap" rel="stylesheet"> | ||
|  |     <link href="https://fonts.googleapis.com/css2?family=Kanit:wght@400&display=swap" rel="stylesheet"> | ||
|  | </head> | ||
|  | <body> | ||
|  |     <header> | ||
|  |         <img src="swiftrescue.png"class="logo" alt="Logo de l'entreprise"> | ||
|  |         <h1> <a href="index.html"> SwiftRescue </a></h1> | ||
|  |         <div id="monSidenav" class="sidenav"> | ||
|  |             <a id="closeBtn" href="#" class="close">x</a> | ||
|  |             <ul> | ||
|  |                 <li id="accueil"><a href="index.html">Accueil</a></li> | ||
|  |                 <li id="entreprise"><a href="entreprise.html">Notre Entreprise</a></li> | ||
|  |                 <li id="produits"><a href="produits.html">Produits</a></li> | ||
|  |                 <li id="contact"><a href="formulaire.html">Contact</a></li> | ||
|  |             </ul> | ||
|  |         </div> | ||
|  |     </header> | ||
|  |     <section class="content"> | ||
|  |         <h2 class="title_page">Nous contacter</h2> | ||
|  |         <p id="disclaimer"> Certaines de ces informations ne sont pas nécessaires à l'envoi de votre message mais nous permet d'en apprendre plus sur vous, notre clientèle. </p>            | ||
|  |         <h2 class="title_page"> Votre message a bien été envoyé !</h2> | ||
|  |     </section> | ||
|  |     <footer> | ||
|  |     </footer> | ||
|  |     <script src="header.js"></script> | ||
|  | </body> | ||
|  | </html> |