36 lines
		
	
	
		
			No EOL
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			No EOL
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| 
 | |
| <head>
 | |
|     <link rel="stylesheet" href="./css/style.css">
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1">
 | |
|     <meta charset="UTF-8">
 | |
|     <link rel="icon" href="./assets/logo.ico" type="image/x-icon">
 | |
| </head>
 | |
| 
 | |
| <body id="background-image">
 | |
|     <header>
 | |
|         <nav>
 | |
|             <label for="toggle" class="lab">☰</label>
 | |
|             <input type="checkbox" id="toggle">
 | |
|             <div class="menu">
 | |
|                 <img id="logo" src="./assets/logo.png" alt="background">
 | |
|                 <a href="index.html">Accueil</a>
 | |
|                 <a href="commands.html">Commandes</a>
 | |
|                 <a href="about.html">À Propos</a>
 | |
|             </div>
 | |
|         </nav>
 | |
|     </header>
 | |
|     <main>
 | |
|         <div class="box">
 | |
|             <p id="about"> Ce site a été fait par RODRIGUEZ Leandro, LASSERRE Victor, Marty Killian , et REBILLARD Baptiste.</p>
 | |
|             <p id="about"> Ce jeu a été fait dans le cadre de la formation de L'INSA Toulouse option IR.</p>
 | |
| 
 | |
|         </div>
 | |
|     </main>
 | |
|     <footer>
 | |
|         <p>© 2023 - Grand Tabernacle Auto</p>
 | |
|     </footer>
 | |
| </body>
 | |
| 
 | |
| </html> |