25 lines
		
	
	
		
			626 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			626 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <head>
 | |
|     <meta charset="UTF-8">
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
|     <title>CV Responsive</title>
 | |
|     <link rel="stylesheet" href="site_cv.css">
 | |
| </head>
 | |
| <body>
 | |
|     <header>
 | |
|         <h1>Lukas SIMOES</h1>
 | |
|     </header>
 | |
| 
 | |
|     <div class="container">
 | |
|         <div class="profile">
 | |
|             <h2>Télécharger le CV</h2>
 | |
|             <div>
 | |
|                 <a href="CV_2024-12-11_Lukas_Simoes.pdf" download="CV_2024-12-11_Lukas_Simoes">Télécharger le fichier PDF</a>
 | |
|             </div>
 | |
|         </div>
 | |
|     </div>
 | |
| </body>
 | |
| </html>
 | |
| 
 |