14 lines
		
	
	
		
			262 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			262 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
    <head>
 | 
						|
        <meta charset="UTF-8">
 | 
						|
        <title>TP n°2</title>
 | 
						|
        <link rel="stylesheet" href="./styles.css">
 | 
						|
    </head>
 | 
						|
 | 
						|
    <body>
 | 
						|
        <h1>Moncef STITI</h1>
 | 
						|
    </body>
 | 
						|
 | 
						|
    <script src="./script.js"></script>
 | 
						|
</html> |